Html Css Color HEX #669CDE Cornflower Blue

📋 copy color: '#669CDE'

red 102 ◦ green 156 ◦ blue 222

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

Shades of Cornflower Blue #669CDE

Tints of Cornflower Blue #669CDE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.5%

 BLUE value IS 222 (87.11% from 255) = 46.25%

R = 21.25%
G = 32.5%
B = 46.25%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#669CDE (or 0x669CDE) is known color: Cornflower Blue. HEX triplet: 66, 9C and DE. RGB value is (102,156,222). Sum of RGB (Red+Green+Blue) = 102+156+222=480 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.25% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 222 (87.11% from 255 or 46.25% from 480); Max value from RGB is 222 - color contains mainly: blue. Hex color #669CDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669CDE is #996321. Grayscale: #939393. Windows color (decimal): -10052386 or 14589030. OLE color: 14589030.

HSL color Cylindrical-coordinate representation of color #669CDE: hue angle of 213º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #669CDE is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 156 222 -
CMYK 0.54 0.30 0 0.13
HSL 213º 0.65% 0.64% -
HSV(B) 213º 0.54% 0.87% -
XYZ 30.55 31.88 73.65 -
YUV 147.38 170.11 95.63 -
System Red Green Blue C M Y K H S L
Decimal 102 156 222 0.54 0.30 0 0.13 213 0.65 0.64
Hex 66 9C DE 36 1E 0 D D5 41 40
Octal 146 234 336 66 36 0 15 325 101 100
Binary 1100110 10011100 11011110 110110 11110 0 1101 11010101 1000001 1000000

Color Harmonies of #669CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669CDE

Black with #669CDE

Text Example


Text Example

White with #669CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669CDE; }

 p { color: rgb(102,156,222); }

 H1.HeaderClassName
 {
   color: #669CDE;
 }
 .AnyTagClassName
 {
   color: #669CDE;
 }
</style>

background-color css

<style>
 a { background-color: #669CDE; }

 a { background-color: rgb(102,156,222); }

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

border-color css

<style>
 span { border-color: #669CDE; }

 span { border-color: rgb(102,156,222); }

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