Html Css Color HEX #68A1E1 Cornflower Blue

📋 copy color: '#68A1E1'

red 104 ◦ green 161 ◦ blue 225

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

Shades of Cornflower Blue #68A1E1

Tints of Cornflower Blue #68A1E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 45.92%

R = 21.22%
G = 32.86%
B = 45.92%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#68A1E1 (or 0x68A1E1) is known color: Cornflower Blue. HEX triplet: 68, A1 and E1. RGB value is (104,161,225). Sum of RGB (Red+Green+Blue) = 104+161+225=490 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.22% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #68A1E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68A1E1 is #975E1E. Grayscale: #969696. Windows color (decimal): -9920031 or 14786920. OLE color: 14786920.

HSL color Cylindrical-coordinate representation of color #68A1E1: hue angle of 211.74º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68A1E1 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 104 161 225 -
CMYK 0.54 0.28 0 0.12
HSL 211.74º 0.67% 0.65% -
HSV(B) 211.74º 0.54% 0.88% -
XYZ 32.04 33.87 76.08 -
YUV 151.25 169.62 94.3 -
System Red Green Blue C M Y K H S L
Decimal 104 161 225 0.54 0.28 0 0.12 211.74 0.67 0.65
Hex 68 A1 E1 36 1C 0 C D4 43 41
Octal 150 241 341 66 34 0 14 324 103 101
Binary 1101000 10100001 11100001 110110 11100 0 1100 11010100 1000011 1000001

Color Harmonies of #68A1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A1E1

Black with #68A1E1

Text Example


Text Example

White with #68A1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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