Html Css Color HEX #669FE7 Cornflower Blue

📋 copy color: '#669FE7'

red 102 ◦ green 159 ◦ blue 231

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

Shades of Cornflower Blue #669FE7

Tints of Cornflower Blue #669FE7

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.32%

 BLUE value IS 231 (90.63% from 255) = 46.95%

R = 20.73%
G = 32.32%
B = 46.95%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#669FE7 (or 0x669FE7) is known color: Cornflower Blue. HEX triplet: 66, 9F and E7. RGB value is (102,159,231). Sum of RGB (Red+Green+Blue) = 102+159+231=492 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.73% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 231 (90.62% from 255 or 46.95% from 492); Max value from RGB is 231 - color contains mainly: blue. Hex color #669FE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669FE7 is #996018. Grayscale: #959595. Windows color (decimal): -10051609 or 15179622. OLE color: 15179622.

HSL color Cylindrical-coordinate representation of color #669FE7: hue angle of 213.49º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #669FE7 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 102 159 231 -
CMYK 0.56 0.31 0 0.09
HSL 213.49º 0.73% 0.65% -
HSV(B) 213.49º 0.56% 0.91% -
XYZ 32.3 33.39 80.34 -
YUV 150.17 173.62 93.65 -
System Red Green Blue C M Y K H S L
Decimal 102 159 231 0.56 0.31 0 0.09 213.49 0.73 0.65
Hex 66 9F E7 38 1F 0 9 D5 49 41
Octal 146 237 347 70 37 0 11 325 111 101
Binary 1100110 10011111 11100111 111000 11111 0 1001 11010101 1001001 1000001

Color Harmonies of #669FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669FE7

Black with #669FE7

Text Example


Text Example

White with #669FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,159,231); }

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

background-color css

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

 a { background-color: rgb(102,159,231); }

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

border-color css

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

 span { border-color: rgb(102,159,231); }

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