Html Css Color HEX #6696EA Cornflower Blue

📋 copy color: '#6696EA'

red 102 ◦ green 150 ◦ blue 234

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

Shades of Cornflower Blue #6696EA

Tints of Cornflower Blue #6696EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.15%

R = 20.99%
G = 30.86%
B = 48.15%

CMYK

 C value IS 0.56

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6696EA (or 0x6696EA) is known color: Cornflower Blue. HEX triplet: 66, 96 and EA. RGB value is (102,150,234). Sum of RGB (Red+Green+Blue) = 102+150+234=486 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.99% from 486); Green value is 150 (58.98% from 255 or 30.86% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #6696EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6696EA is #996915. Grayscale: #909090. Windows color (decimal): -10053910 or 15373926. OLE color: 15373926.

HSL color Cylindrical-coordinate representation of color #6696EA: hue angle of 218.18º degrees, saturation: 0.76, 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 #6696EA is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 150 234 -
CMYK 0.56 0.36 0 0.08
HSL 218.18º 0.76% 0.66% -
HSV(B) 218.18º 0.56% 0.92% -
XYZ 31.24 30.58 82.1 -
YUV 145.22 178.1 97.17 -
System Red Green Blue C M Y K H S L
Decimal 102 150 234 0.56 0.36 0 0.08 218.18 0.76 0.66
Hex 66 96 EA 38 24 0 8 DA 4C 42
Octal 146 226 352 70 44 0 10 332 114 102
Binary 1100110 10010110 11101010 111000 100100 0 1000 11011010 1001100 1000010

Color Harmonies of #6696EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6696EA

Black with #6696EA

Text Example


Text Example

White with #6696EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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