Html Css Color HEX #6696E8 Cornflower Blue

📋 copy color: '#6696E8'

red 102 ◦ green 150 ◦ blue 232

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

Shades of Cornflower Blue #6696E8

Tints of Cornflower Blue #6696E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 47.93%

R = 21.07%
G = 30.99%
B = 47.93%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6696E8 (or 0x6696E8) is known color: Cornflower Blue. HEX triplet: 66, 96 and E8. RGB value is (102,150,232). Sum of RGB (Red+Green+Blue) = 102+150+232=484 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.07% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 232 (91.02% from 255 or 47.93% from 484); Max value from RGB is 232 - color contains mainly: blue. Hex color #6696E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6696E8 is #996917. Grayscale: #909090. Windows color (decimal): -10053912 or 15242854. OLE color: 15242854.

HSL color Cylindrical-coordinate representation of color #6696E8: hue angle of 217.85º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6696E8 is Cyan = 0.56, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 102 150 232 -
CMYK 0.56 0.35 0 0.09
HSL 217.85º 0.74% 0.65% -
HSV(B) 217.85º 0.56% 0.91% -
XYZ 30.95 30.46 80.59 -
YUV 145 177.1 97.33 -
System Red Green Blue C M Y K H S L
Decimal 102 150 232 0.56 0.35 0 0.09 217.85 0.74 0.65
Hex 66 96 E8 38 23 0 9 DA 4A 41
Octal 146 226 350 70 43 0 11 332 112 101
Binary 1100110 10010110 11101000 111000 100011 0 1001 11011010 1001010 1000001

Color Harmonies of #6696E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6696E8

Black with #6696E8

Text Example


Text Example

White with #6696E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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