Html Css Color HEX #6696EB Cornflower Blue

📋 copy color: '#6696EB'

red 102 ◦ green 150 ◦ blue 235

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

Shades of Cornflower Blue #6696EB

Tints of Cornflower Blue #6696EB

RGB

 RED value IS 102 (40.23% from 255) = 20.94%

 GREEN value IS 150 (58.98% from 255) = 30.8%

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

R = 20.94%
G = 30.8%
B = 48.25%

CMYK

 C value IS 0.57

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6696EB (or 0x6696EB) is known color: Cornflower Blue. HEX triplet: 66, 96 and EB. RGB value is (102,150,235). Sum of RGB (Red+Green+Blue) = 102+150+235=487 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.94% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 235 (92.19% from 255 or 48.25% from 487); Max value from RGB is 235 - color contains mainly: blue. Hex color #6696EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6696EB is #996914. Grayscale: #909090. Windows color (decimal): -10053909 or 15439462. OLE color: 15439462.

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

Color convert

RGB 102 150 235 -
CMYK 0.57 0.36 0 0.08
HSL 218.35º 0.77% 0.66% -
HSV(B) 218.35º 0.57% 0.92% -
XYZ 31.38 30.64 82.86 -
YUV 145.34 178.6 97.09 -
System Red Green Blue C M Y K H S L
Decimal 102 150 235 0.57 0.36 0 0.08 218.35 0.77 0.66
Hex 66 96 EB 39 24 0 8 DA 4D 42
Octal 146 226 353 71 44 0 10 332 115 102
Binary 1100110 10010110 11101011 111001 100100 0 1000 11011010 1001101 1000010

Color Harmonies of #6696EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6696EB

Black with #6696EB

Text Example


Text Example

White with #6696EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,150,235); }

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

background-color css

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

 a { background-color: rgb(102,150,235); }

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

border-color css

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

 span { border-color: rgb(102,150,235); }

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