Html Css Color HEX #669DF7 Cornflower Blue

📋 copy color: '#669DF7'

red 102 ◦ green 157 ◦ blue 247

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

Shades of Cornflower Blue #669DF7

Tints of Cornflower Blue #669DF7

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.03%

 BLUE value IS 247 (96.88% from 255) = 48.81%

R = 20.16%
G = 31.03%
B = 48.81%

CMYK

 C value IS 0.59

 M value IS 0.36

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#669DF7 (or 0x669DF7) is known color: Cornflower Blue. HEX triplet: 66, 9D and F7. RGB value is (102,157,247). Sum of RGB (Red+Green+Blue) = 102+157+247=506 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.16% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 247 (96.88% from 255 or 48.81% from 506); Max value from RGB is 247 - color contains mainly: blue. Hex color #669DF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669DF7 is #996208. Grayscale: #969696. Windows color (decimal): -10052105 or 16227686. OLE color: 16227686.

HSL color Cylindrical-coordinate representation of color #669DF7: hue angle of 217.24º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #669DF7 is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 102 157 247 -
CMYK 0.59 0.36 0 0.03
HSL 217.24º 0.9% 0.68% -
HSV(B) 217.24º 0.59% 0.97% -
XYZ 34.32 33.65 92.68 -
YUV 150.82 182.28 93.18 -
System Red Green Blue C M Y K H S L
Decimal 102 157 247 0.59 0.36 0 0.03 217.24 0.9 0.68
Hex 66 9D F7 3B 24 0 3 D9 5A 44
Octal 146 235 367 73 44 0 3 331 132 104
Binary 1100110 10011101 11110111 111011 100100 0 11 11011001 1011010 1000100

Color Harmonies of #669DF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669DF7

Black with #669DF7

Text Example


Text Example

White with #669DF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,157,247); }

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

background-color css

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

 a { background-color: rgb(102,157,247); }

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

border-color css

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

 span { border-color: rgb(102,157,247); }

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