Html Css Color HEX #669AFD Cornflower Blue

📋 copy color: '#669AFD'

red 102 ◦ green 154 ◦ blue 253

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

Shades of Cornflower Blue #669AFD

Tints of Cornflower Blue #669AFD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.26%

 BLUE value IS 253 (99.22% from 255) = 49.71%

R = 20.04%
G = 30.26%
B = 49.71%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#669AFD (or 0x669AFD) is known color: Cornflower Blue. HEX triplet: 66, 9A and FD. RGB value is (102,154,253). Sum of RGB (Red+Green+Blue) = 102+154+253=509 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.04% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #669AFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669AFD is #996502. Grayscale: #959595. Windows color (decimal): -10052867 or 16620134. OLE color: 16620134.

HSL color Cylindrical-coordinate representation of color #669AFD: hue angle of 219.34º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #669AFD is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 154 253 -
CMYK 0.60 0.39 0 0.01
HSL 219.34º 0.97% 0.7% -
HSV(B) 219.34º 0.6% 0.99% -
XYZ 34.76 33.03 97.47 -
YUV 149.74 186.27 93.95 -
System Red Green Blue C M Y K H S L
Decimal 102 154 253 0.60 0.39 0 0.01 219.34 0.97 0.7
Hex 66 9A FD 3C 27 0 1 DB 61 46
Octal 146 232 375 74 47 0 1 333 141 106
Binary 1100110 10011010 11111101 111100 100111 0 1 11011011 1100001 1000110

Color Harmonies of #669AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669AFD

Black with #669AFD

Text Example


Text Example

White with #669AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,154,253); }

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

background-color css

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

 a { background-color: rgb(102,154,253); }

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

border-color css

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

 span { border-color: rgb(102,154,253); }

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