Html Css Color HEX #668AF6 Cornflower Blue

📋 copy color: '#668AF6'

red 102 ◦ green 138 ◦ blue 246

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

Shades of Cornflower Blue #668AF6

Tints of Cornflower Blue #668AF6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.4%

 BLUE value IS 246 (96.48% from 255) = 50.62%

R = 20.99%
G = 28.4%
B = 50.62%

CMYK

 C value IS 0.59

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#668AF6 (or 0x668AF6) is known color: Cornflower Blue. HEX triplet: 66, 8A and F6. RGB value is (102,138,246). Sum of RGB (Red+Green+Blue) = 102+138+246=486 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.99% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 246 (96.48% from 255 or 50.62% from 486); Max value from RGB is 246 - color contains mainly: blue. Hex color #668AF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668AF6 is #997509. Grayscale: #8B8B8B. Windows color (decimal): -10056970 or 16157286. OLE color: 16157286.

HSL color Cylindrical-coordinate representation of color #668AF6: hue angle of 225º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #668AF6 is Cyan = 0.59, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 102 138 246 -
CMYK 0.59 0.44 0 0.04
HSL 225º 0.89% 0.68% -
HSV(B) 225º 0.59% 0.96% -
XYZ 31.2 27.66 90.88 -
YUV 139.55 188.07 101.22 -
System Red Green Blue C M Y K H S L
Decimal 102 138 246 0.59 0.44 0 0.04 225 0.89 0.68
Hex 66 8A F6 3B 2C 0 4 E1 59 44
Octal 146 212 366 73 54 0 4 341 131 104
Binary 1100110 10001010 11110110 111011 101100 0 100 11100001 1011001 1000100

Color Harmonies of #668AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668AF6

Black with #668AF6

Text Example


Text Example

White with #668AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,138,246); }

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

background-color css

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

 a { background-color: rgb(102,138,246); }

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

border-color css

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

 span { border-color: rgb(102,138,246); }

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