Html Css Color HEX #669BED Cornflower Blue

📋 copy color: '#669BED'

red 102 ◦ green 155 ◦ blue 237

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

Shades of Cornflower Blue #669BED

Tints of Cornflower Blue #669BED

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.38%

 BLUE value IS 237 (92.97% from 255) = 47.98%

R = 20.65%
G = 31.38%
B = 47.98%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#669BED (or 0x669BED) is known color: Cornflower Blue. HEX triplet: 66, 9B and ED. RGB value is (102,155,237). Sum of RGB (Red+Green+Blue) = 102+155+237=494 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.65% from 494); Green value is 155 (60.94% from 255 or 31.38% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #669BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669BED is #996412. Grayscale: #949494. Windows color (decimal): -10052627 or 15571814. OLE color: 15571814.

HSL color Cylindrical-coordinate representation of color #669BED: hue angle of 216.44º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #669BED is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 155 237 -
CMYK 0.57 0.35 0 0.07
HSL 216.44º 0.79% 0.66% -
HSV(B) 216.44º 0.57% 0.93% -
XYZ 32.49 32.38 84.66 -
YUV 148.5 177.94 94.83 -
System Red Green Blue C M Y K H S L
Decimal 102 155 237 0.57 0.35 0 0.07 216.44 0.79 0.66
Hex 66 9B ED 39 23 0 7 D8 4F 42
Octal 146 233 355 71 43 0 7 330 117 102
Binary 1100110 10011011 11101101 111001 100011 0 111 11011000 1001111 1000010

Color Harmonies of #669BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669BED

Black with #669BED

Text Example


Text Example

White with #669BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,155,237); }

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

background-color css

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

 a { background-color: rgb(102,155,237); }

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

border-color css

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

 span { border-color: rgb(102,155,237); }

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