Html Css Color HEX #668FF0 Cornflower Blue

📋 copy color: '#668FF0'

red 102 ◦ green 143 ◦ blue 240

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

Shades of Cornflower Blue #668FF0

Tints of Cornflower Blue #668FF0

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.48%

 BLUE value IS 240 (94.14% from 255) = 49.48%

R = 21.03%
G = 29.48%
B = 49.48%

CMYK

 C value IS 0.58

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#668FF0 (or 0x668FF0) is known color: Cornflower Blue. HEX triplet: 66, 8F and F0. RGB value is (102,143,240). Sum of RGB (Red+Green+Blue) = 102+143+240=485 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.03% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 240 (94.14% from 255 or 49.48% from 485); Max value from RGB is 240 - color contains mainly: blue. Hex color #668FF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668FF0 is #99700F. Grayscale: #8D8D8D. Windows color (decimal): -10055696 or 15765350. OLE color: 15765350.

HSL color Cylindrical-coordinate representation of color #668FF0: hue angle of 222.17º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #668FF0 is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 102 143 240 -
CMYK 0.58 0.40 0 0.06
HSL 222.17º 0.82% 0.67% -
HSV(B) 222.17º 0.58% 0.94% -
XYZ 31.03 28.76 86.35 -
YUV 141.8 183.42 99.61 -
System Red Green Blue C M Y K H S L
Decimal 102 143 240 0.58 0.40 0 0.06 222.17 0.82 0.67
Hex 66 8F F0 3A 28 0 6 DE 52 43
Octal 146 217 360 72 50 0 6 336 122 103
Binary 1100110 10001111 11110000 111010 101000 0 110 11011110 1010010 1000011

Color Harmonies of #668FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668FF0

Black with #668FF0

Text Example


Text Example

White with #668FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668FF0; }

 p { color: rgb(102,143,240); }

 H1.HeaderClassName
 {
   color: #668FF0;
 }
 .AnyTagClassName
 {
   color: #668FF0;
 }
</style>

background-color css

<style>
 a { background-color: #668FF0; }

 a { background-color: rgb(102,143,240); }

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

border-color css

<style>
 span { border-color: #668FF0; }

 span { border-color: rgb(102,143,240); }

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