Html Css Color HEX #6892EB Cornflower Blue

📋 copy color: '#6892EB'

red 104 ◦ green 146 ◦ blue 235

#6892EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #6892EB

Tints of Cornflower Blue #6892EB

RGB

 RED value IS 104 (41.02% from 255) = 21.44%

 GREEN value IS 146 (57.42% from 255) = 30.1%

 BLUE value IS 235 (92.19% from 255) = 48.45%

R = 21.44%
G = 30.1%
B = 48.45%

CMYK

 C value IS 0.56

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6892EB (or 0x6892EB) is known color: Cornflower Blue. HEX triplet: 68, 92 and EB. RGB value is (104,146,235). Sum of RGB (Red+Green+Blue) = 104+146+235=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 146 (57.42% from 255 or 30.10% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #6892EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6892EB is #976D14. Grayscale: #8F8F8F. Windows color (decimal): -9923861 or 15438440. OLE color: 15438440.

HSL color Cylindrical-coordinate representation of color #6892EB: hue angle of 220.76º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6892EB is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 146 235 -
CMYK 0.56 0.38 0 0.08
HSL 220.76º 0.77% 0.66% -
HSV(B) 220.76º 0.56% 0.92% -
XYZ 30.98 29.5 82.66 -
YUV 143.59 179.59 99.76 -
System Red Green Blue C M Y K H S L
Decimal 104 146 235 0.56 0.38 0 0.08 220.76 0.77 0.66
Hex 68 92 EB 38 26 0 8 DD 4D 42
Octal 150 222 353 70 46 0 10 335 115 102
Binary 1101000 10010010 11101011 111000 100110 0 1000 11011101 1001101 1000010

Color Harmonies of #6892EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6892EB

Black with #6892EB

Text Example


Text Example

White with #6892EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6892EB; }

 p { color: rgb(104,146,235); }

 H1.HeaderClassName
 {
   color: #6892EB;
 }
 .AnyTagClassName
 {
   color: #6892EB;
 }
</style>

background-color css

<style>
 a { background-color: #6892EB; }

 a { background-color: rgb(104,146,235); }

 div.DivClassName
 {
   background-color: #6892EB;
 }
 .BgClassName
 {
   background-color: #6892EB;
 }
</style>

border-color css

<style>
 span { border-color: #6892EB; }

 span { border-color: rgb(104,146,235); }

 td.TdClassName
 {
   border-color: #6892EB;
 }
 .TagClassName
 {
   border-color: #6892EB;
 }
</style>