Html Css Color HEX #68A1EA Cornflower Blue

📋 copy color: '#68A1EA'

red 104 ◦ green 161 ◦ blue 234

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

Shades of Cornflower Blue #68A1EA

Tints of Cornflower Blue #68A1EA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.26%

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

R = 20.84%
G = 32.26%
B = 46.89%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68A1EA (or 0x68A1EA) is known color: Cornflower Blue. HEX triplet: 68, A1 and EA. RGB value is (104,161,234). Sum of RGB (Red+Green+Blue) = 104+161+234=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #68A1EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68A1EA is #975E15. Grayscale: #979797. Windows color (decimal): -9920022 or 15376744. OLE color: 15376744.

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

Color convert

RGB 104 161 234 -
CMYK 0.56 0.31 0 0.08
HSL 213.69º 0.76% 0.66% -
HSV(B) 213.69º 0.56% 0.92% -
XYZ 33.31 34.37 82.72 -
YUV 152.28 174.12 93.56 -
System Red Green Blue C M Y K H S L
Decimal 104 161 234 0.56 0.31 0 0.08 213.69 0.76 0.66
Hex 68 A1 EA 38 1F 0 8 D6 4C 42
Octal 150 241 352 70 37 0 10 326 114 102
Binary 1101000 10100001 11101010 111000 11111 0 1000 11010110 1001100 1000010

Color Harmonies of #68A1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A1EA

Black with #68A1EA

Text Example


Text Example

White with #68A1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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