Html Css Color HEX #668ADF Cornflower Blue

📋 copy color: '#668ADF'

red 102 ◦ green 138 ◦ blue 223

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

Shades of Cornflower Blue #668ADF

Tints of Cornflower Blue #668ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.16%

R = 22.03%
G = 29.81%
B = 48.16%

CMYK

 C value IS 0.54

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#668ADF (or 0x668ADF) is known color: Cornflower Blue. HEX triplet: 66, 8A and DF. RGB value is (102,138,223). Sum of RGB (Red+Green+Blue) = 102+138+223=463 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.03% from 463); Green value is 138 (54.30% from 255 or 29.81% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #668ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668ADF is #997520. Grayscale: #888888. Windows color (decimal): -10056993 or 14649958. OLE color: 14649958.

HSL color Cylindrical-coordinate representation of color #668ADF: hue angle of 222.15º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #668ADF is Cyan = 0.54, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 138 223 -
CMYK 0.54 0.38 0 0.13
HSL 222.15º 0.65% 0.64% -
HSV(B) 222.15º 0.54% 0.87% -
XYZ 27.89 26.33 73.42 -
YUV 136.93 176.57 103.09 -
System Red Green Blue C M Y K H S L
Decimal 102 138 223 0.54 0.38 0 0.13 222.15 0.65 0.64
Hex 66 8A DF 36 26 0 D DE 41 40
Octal 146 212 337 66 46 0 15 336 101 100
Binary 1100110 10001010 11011111 110110 100110 0 1101 11011110 1000001 1000000

Color Harmonies of #668ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668ADF

Black with #668ADF

Text Example


Text Example

White with #668ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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