Html Css Color HEX #68A8EF Cornflower Blue

📋 copy color: '#68A8EF'

red 104 ◦ green 168 ◦ blue 239

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

Shades of Cornflower Blue #68A8EF

Tints of Cornflower Blue #68A8EF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.88%

 BLUE value IS 239 (93.75% from 255) = 46.77%

R = 20.35%
G = 32.88%
B = 46.77%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#68A8EF (or 0x68A8EF) is known color: Cornflower Blue. HEX triplet: 68, A8 and EF. RGB value is (104,168,239). Sum of RGB (Red+Green+Blue) = 104+168+239=511 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.35% from 511); Green value is 168 (66.02% from 255 or 32.88% from 511); Blue value is 239 (93.75% from 255 or 46.77% from 511); Max value from RGB is 239 - color contains mainly: blue. Hex color #68A8EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A8EF is #975710. Grayscale: #9C9C9C. Windows color (decimal): -9918225 or 15706216. OLE color: 15706216.

HSL color Cylindrical-coordinate representation of color #68A8EF: hue angle of 211.56º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68A8EF is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 168 239 -
CMYK 0.56 0.30 0 0.06
HSL 211.56º 0.81% 0.67% -
HSV(B) 211.56º 0.56% 0.94% -
XYZ 35.29 37.18 86.98 -
YUV 156.96 174.3 90.23 -
System Red Green Blue C M Y K H S L
Decimal 104 168 239 0.56 0.30 0 0.06 211.56 0.81 0.67
Hex 68 A8 EF 38 1E 0 6 D4 51 43
Octal 150 250 357 70 36 0 6 324 121 103
Binary 1101000 10101000 11101111 111000 11110 0 110 11010100 1010001 1000011

Color Harmonies of #68A8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A8EF

Black with #68A8EF

Text Example


Text Example

White with #68A8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,168,239); }

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

background-color css

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

 a { background-color: rgb(104,168,239); }

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

border-color css

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

 span { border-color: rgb(104,168,239); }

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