Html Css Color HEX #668BD7 Cornflower Blue

📋 copy color: '#668BD7'

red 102 ◦ green 139 ◦ blue 215

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

Shades of Cornflower Blue #668BD7

Tints of Cornflower Blue #668BD7

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.48%

 BLUE value IS 215 (84.38% from 255) = 47.15%

R = 22.37%
G = 30.48%
B = 47.15%

CMYK

 C value IS 0.53

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#668BD7 (or 0x668BD7) is known color: Cornflower Blue. HEX triplet: 66, 8B and D7. RGB value is (102,139,215). Sum of RGB (Red+Green+Blue) = 102+139+215=456 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.37% from 456); Green value is 139 (54.69% from 255 or 30.48% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 215 - color contains mainly: blue. Hex color #668BD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668BD7 is #997428. Grayscale: #888888. Windows color (decimal): -10056745 or 14125926. OLE color: 14125926.

HSL color Cylindrical-coordinate representation of color #668BD7: hue angle of 220.35º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #668BD7 is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 139 215 -
CMYK 0.53 0.35 0 0.16
HSL 220.35º 0.59% 0.62% -
HSV(B) 220.35º 0.53% 0.84% -
XYZ 26.98 26.2 67.92 -
YUV 136.6 172.24 103.32 -
System Red Green Blue C M Y K H S L
Decimal 102 139 215 0.53 0.35 0 0.16 220.35 0.59 0.62
Hex 66 8B D7 35 23 0 10 DC 3B 3E
Octal 146 213 327 65 43 0 20 334 73 76
Binary 1100110 10001011 11010111 110101 100011 0 10000 11011100 111011 111110

Color Harmonies of #668BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668BD7

Black with #668BD7

Text Example


Text Example

White with #668BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,139,215); }

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

background-color css

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

 a { background-color: rgb(102,139,215); }

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

border-color css

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

 span { border-color: rgb(102,139,215); }

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