Html Css Color HEX #69A0E5 Cornflower Blue

📋 copy color: '#69A0E5'

red 105 ◦ green 160 ◦ blue 229

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

Shades of Cornflower Blue #69A0E5

Tints of Cornflower Blue #69A0E5

RGB

 RED value IS 105 (41.41% from 255) = 21.26%

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

 BLUE value IS 229 (89.84% from 255) = 46.36%

R = 21.26%
G = 32.39%
B = 46.36%

CMYK

 C value IS 0.54

 M value IS 0.30

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#69A0E5 (or 0x69A0E5) is known color: Cornflower Blue. HEX triplet: 69, A0 and E5. RGB value is (105,160,229). Sum of RGB (Red+Green+Blue) = 105+160+229=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 229 - color contains mainly: blue. Hex color #69A0E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A0E5 is #965F1A. Grayscale: #979797. Windows color (decimal): -9854747 or 15048809. OLE color: 15048809.

HSL color Cylindrical-coordinate representation of color #69A0E5: hue angle of 213.39º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69A0E5 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 105 160 229 -
CMYK 0.54 0.30 0 0.10
HSL 213.39º 0.7% 0.65% -
HSV(B) 213.39º 0.54% 0.9% -
XYZ 32.54 33.8 78.94 -
YUV 151.42 171.78 94.89 -
System Red Green Blue C M Y K H S L
Decimal 105 160 229 0.54 0.30 0 0.10 213.39 0.7 0.65
Hex 69 A0 E5 36 1E 0 A D5 46 41
Octal 151 240 345 66 36 0 12 325 106 101
Binary 1101001 10100000 11100101 110110 11110 0 1010 11010101 1000110 1000001

Color Harmonies of #69A0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A0E5

Black with #69A0E5

Text Example


Text Example

White with #69A0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69A0E5; }

 p { color: rgb(105,160,229); }

 H1.HeaderClassName
 {
   color: #69A0E5;
 }
 .AnyTagClassName
 {
   color: #69A0E5;
 }
</style>

background-color css

<style>
 a { background-color: #69A0E5; }

 a { background-color: rgb(105,160,229); }

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

border-color css

<style>
 span { border-color: #69A0E5; }

 span { border-color: rgb(105,160,229); }

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