Html Css Color HEX #68A0EB Cornflower Blue

📋 copy color: '#68A0EB'

red 104 ◦ green 160 ◦ blue 235

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

Shades of Cornflower Blue #68A0EB

Tints of Cornflower Blue #68A0EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.09%

R = 20.84%
G = 32.06%
B = 47.09%

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

#68A0EB (or 0x68A0EB) is known color: Cornflower Blue. HEX triplet: 68, A0 and EB. RGB value is (104,160,235). Sum of RGB (Red+Green+Blue) = 104+160+235=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #68A0EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A0EB is #975F14. Grayscale: #979797. Windows color (decimal): -9920277 or 15442024. OLE color: 15442024.

HSL color Cylindrical-coordinate representation of color #68A0EB: hue angle of 214.35º degrees, saturation: 0.77, 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 #68A0EB is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 160 235 -
CMYK 0.56 0.32 0 0.08
HSL 214.35º 0.77% 0.66% -
HSV(B) 214.35º 0.56% 0.92% -
XYZ 33.28 34.08 83.42 -
YUV 151.81 174.95 93.9 -
System Red Green Blue C M Y K H S L
Decimal 104 160 235 0.56 0.32 0 0.08 214.35 0.77 0.66
Hex 68 A0 EB 38 20 0 8 D6 4D 42
Octal 150 240 353 70 40 0 10 326 115 102
Binary 1101000 10100000 11101011 111000 100000 0 1000 11010110 1001101 1000010

Color Harmonies of #68A0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A0EB

Black with #68A0EB

Text Example


Text Example

White with #68A0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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