Html Css Color HEX #668BFC Cornflower Blue

📋 copy color: '#668BFC'

red 102 ◦ green 139 ◦ blue 252

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

Shades of Cornflower Blue #668BFC

Tints of Cornflower Blue #668BFC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.19%

 BLUE value IS 252 (98.83% from 255) = 51.12%

R = 20.69%
G = 28.19%
B = 51.12%

CMYK

 C value IS 0.60

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#668BFC (or 0x668BFC) is known color: Cornflower Blue. HEX triplet: 66, 8B and FC. RGB value is (102,139,252). Sum of RGB (Red+Green+Blue) = 102+139+252=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #668BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668BFC is #997403. Grayscale: #8C8C8C. Windows color (decimal): -10056708 or 16550758. OLE color: 16550758.

HSL color Cylindrical-coordinate representation of color #668BFC: hue angle of 225.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #668BFC is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 139 252 -
CMYK 0.60 0.45 0 0.01
HSL 225.2º 0.96% 0.69% -
HSV(B) 225.2º 0.6% 0.99% -
XYZ 32.28 28.32 95.86 -
YUV 140.82 190.74 100.31 -
System Red Green Blue C M Y K H S L
Decimal 102 139 252 0.60 0.45 0 0.01 225.2 0.96 0.69
Hex 66 8B FC 3C 2D 0 1 E1 60 45
Octal 146 213 374 74 55 0 1 341 140 105
Binary 1100110 10001011 11111100 111100 101101 0 1 11100001 1100000 1000101

Color Harmonies of #668BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668BFC

Black with #668BFC

Text Example


Text Example

White with #668BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,139,252); }

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

background-color css

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

 a { background-color: rgb(102,139,252); }

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

border-color css

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

 span { border-color: rgb(102,139,252); }

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