Html Css Color HEX #68A0EA Cornflower Blue

📋 copy color: '#68A0EA'

red 104 ◦ green 160 ◦ blue 234

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

Shades of Cornflower Blue #68A0EA

Tints of Cornflower Blue #68A0EA

RGB

 RED value IS 104 (41.02% from 255) = 20.88%

 GREEN value IS 160 (62.89% from 255) = 32.13%

 BLUE value IS 234 (91.8% from 255) = 46.99%

R = 20.88%
G = 32.13%
B = 46.99%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68A0EA (or 0x68A0EA) is known color: Cornflower Blue. HEX triplet: 68, A0 and EA. RGB value is (104,160,234). Sum of RGB (Red+Green+Blue) = 104+160+234=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 234 - color contains mainly: blue. Hex color #68A0EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A0EA is #975F15. Grayscale: #979797. Windows color (decimal): -9920278 or 15376488. OLE color: 15376488.

HSL color Cylindrical-coordinate representation of color #68A0EA: hue angle of 214.15º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68A0EA is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 160 234 -
CMYK 0.56 0.32 0 0.08
HSL 214.15º 0.76% 0.66% -
HSV(B) 214.15º 0.56% 0.92% -
XYZ 33.13 34.03 82.66 -
YUV 151.69 174.45 93.98 -
System Red Green Blue C M Y K H S L
Decimal 104 160 234 0.56 0.32 0 0.08 214.15 0.76 0.66
Hex 68 A0 EA 38 20 0 8 D6 4C 42
Octal 150 240 352 70 40 0 10 326 114 102
Binary 1101000 10100000 11101010 111000 100000 0 1000 11010110 1001100 1000010

Color Harmonies of #68A0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A0EA

Black with #68A0EA

Text Example


Text Example

White with #68A0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A0EA; }

 p { color: rgb(104,160,234); }

 H1.HeaderClassName
 {
   color: #68A0EA;
 }
 .AnyTagClassName
 {
   color: #68A0EA;
 }
</style>

background-color css

<style>
 a { background-color: #68A0EA; }

 a { background-color: rgb(104,160,234); }

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

border-color css

<style>
 span { border-color: #68A0EA; }

 span { border-color: rgb(104,160,234); }

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