Html Css Color HEX #668FDA Cornflower Blue

📋 copy color: '#668FDA'

red 102 ◦ green 143 ◦ blue 218

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

Shades of Cornflower Blue #668FDA

Tints of Cornflower Blue #668FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.89%

 BLUE value IS 218 (85.55% from 255) = 47.08%

R = 22.03%
G = 30.89%
B = 47.08%

CMYK

 C value IS 0.53

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#668FDA (or 0x668FDA) is known color: Cornflower Blue. HEX triplet: 66, 8F and DA. RGB value is (102,143,218). Sum of RGB (Red+Green+Blue) = 102+143+218=463 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.03% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #668FDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668FDA is #997025. Grayscale: #8A8A8A. Windows color (decimal): -10055718 or 14323558. OLE color: 14323558.

HSL color Cylindrical-coordinate representation of color #668FDA: hue angle of 218.79º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #668FDA is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 143 218 -
CMYK 0.53 0.34 0 0.15
HSL 218.79º 0.61% 0.63% -
HSV(B) 218.79º 0.53% 0.85% -
XYZ 27.96 27.53 70.17 -
YUV 139.29 172.42 101.4 -
System Red Green Blue C M Y K H S L
Decimal 102 143 218 0.53 0.34 0 0.15 218.79 0.61 0.63
Hex 66 8F DA 35 22 0 F DB 3D 3F
Octal 146 217 332 65 42 0 17 333 75 77
Binary 1100110 10001111 11011010 110101 100010 0 1111 11011011 111101 111111

Color Harmonies of #668FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668FDA

Black with #668FDA

Text Example


Text Example

White with #668FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668FDA; }

 p { color: rgb(102,143,218); }

 H1.HeaderClassName
 {
   color: #668FDA;
 }
 .AnyTagClassName
 {
   color: #668FDA;
 }
</style>

background-color css

<style>
 a { background-color: #668FDA; }

 a { background-color: rgb(102,143,218); }

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

border-color css

<style>
 span { border-color: #668FDA; }

 span { border-color: rgb(102,143,218); }

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