Html Css Color HEX #668FD7 Cornflower Blue

📋 copy color: '#668FD7'

red 102 ◦ green 143 ◦ blue 215

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

Shades of Cornflower Blue #668FD7

Tints of Cornflower Blue #668FD7

RGB

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

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

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

R = 22.17%
G = 31.09%
B = 46.74%

CMYK

 C value IS 0.53

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#668FD7 (or 0x668FD7) is known color: Cornflower Blue. HEX triplet: 66, 8F and D7. RGB value is (102,143,215). Sum of RGB (Red+Green+Blue) = 102+143+215=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 215 (84.38% from 255 or 46.74% from 460); Max value from RGB is 215 - color contains mainly: blue. Hex color #668FD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668FD7 is #997028. Grayscale: #8A8A8A. Windows color (decimal): -10055721 or 14126950. OLE color: 14126950.

HSL color Cylindrical-coordinate representation of color #668FD7: hue angle of 218.23º 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 #668FD7 is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 143 215 -
CMYK 0.53 0.33 0 0.16
HSL 218.23º 0.59% 0.62% -
HSV(B) 218.23º 0.53% 0.84% -
XYZ 27.57 27.38 68.12 -
YUV 138.95 170.92 101.65 -
System Red Green Blue C M Y K H S L
Decimal 102 143 215 0.53 0.33 0 0.16 218.23 0.59 0.62
Hex 66 8F D7 35 21 0 10 DA 3B 3E
Octal 146 217 327 65 41 0 20 332 73 76
Binary 1100110 10001111 11010111 110101 100001 0 10000 11011010 111011 111110

Color Harmonies of #668FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668FD7

Black with #668FD7

Text Example


Text Example

White with #668FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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