Html Css Color HEX #668AFF Cornflower Blue

📋 copy color: '#668AFF'

red 102 ◦ green 138 ◦ blue 255

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

Shades of Cornflower Blue #668AFF

Tints of Cornflower Blue #668AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51.52%

R = 20.61%
G = 27.88%
B = 51.52%

CMYK

 C value IS 0.6

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#668AFF (or 0x668AFF) is known color: Cornflower Blue. HEX triplet: 66, 8A and FF. RGB value is (102,138,255). Sum of RGB (Red+Green+Blue) = 102+138+255=495 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.61% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #668AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668AFF is #997500. Grayscale: #8C8C8C. Windows color (decimal): -10056961 or 16747110. OLE color: 16747110.

HSL color Cylindrical-coordinate representation of color #668AFF: hue angle of 225.88º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #668AFF is Cyan = 0.6, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 102 138 255 -
CMYK 0.6 0.46 0 0
HSL 225.88º 1% 0.7% -
HSV(B) 225.88º 0.6% 1% -
XYZ 32.62 28.22 98.34 -
YUV 140.57 192.57 100.49 -
System Red Green Blue C M Y K H S L
Decimal 102 138 255 0.6 0.46 0 0 225.88 1 0.7
Hex 66 8A FF 3C 2E 0 0 E2 64 46
Octal 146 212 377 74 56 0 0 342 144 106
Binary 1100110 10001010 11111111 111100 101110 0 0 11100010 1100100 1000110

Color Harmonies of #668AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668AFF

Black with #668AFF

Text Example


Text Example

White with #668AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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