Html Css Color HEX #669DFA Cornflower Blue

📋 copy color: '#669DFA'

red 102 ◦ green 157 ◦ blue 250

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

Shades of Cornflower Blue #669DFA

Tints of Cornflower Blue #669DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.12%

R = 20.04%
G = 30.84%
B = 49.12%

CMYK

 C value IS 0.59

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#669DFA (or 0x669DFA) is known color: Cornflower Blue. HEX triplet: 66, 9D and FA. RGB value is (102,157,250). Sum of RGB (Red+Green+Blue) = 102+157+250=509 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.04% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #669DFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669DFA is #996205. Grayscale: #969696. Windows color (decimal): -10052102 or 16424294. OLE color: 16424294.

HSL color Cylindrical-coordinate representation of color #669DFA: hue angle of 217.7º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #669DFA is Cyan = 0.59, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 157 250 -
CMYK 0.59 0.37 0 0.02
HSL 217.7º 0.94% 0.69% -
HSV(B) 217.7º 0.59% 0.98% -
XYZ 34.79 33.84 95.14 -
YUV 151.16 183.78 92.94 -
System Red Green Blue C M Y K H S L
Decimal 102 157 250 0.59 0.37 0 0.02 217.7 0.94 0.69
Hex 66 9D FA 3B 25 0 2 DA 5E 45
Octal 146 235 372 73 45 0 2 332 136 105
Binary 1100110 10011101 11111010 111011 100101 0 10 11011010 1011110 1000101

Color Harmonies of #669DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669DFA

Black with #669DFA

Text Example


Text Example

White with #669DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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