Html Css Color HEX #6DA2EA Cornflower Blue

📋 copy color: '#6DA2EA'

red 109 ◦ green 162 ◦ blue 234

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

Shades of Cornflower Blue #6DA2EA

Tints of Cornflower Blue #6DA2EA

RGB

 RED value IS 109 (42.97% from 255) = 21.58%

 GREEN value IS 162 (63.67% from 255) = 32.08%

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

R = 21.58%
G = 32.08%
B = 46.34%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6DA2EA (or 0x6DA2EA) is known color: Cornflower Blue. HEX triplet: 6D, A2 and EA. RGB value is (109,162,234). Sum of RGB (Red+Green+Blue) = 109+162+234=505 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.58% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #6DA2EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DA2EA is #925D15. Grayscale: #9A9A9A. Windows color (decimal): -9592086 or 15377005. OLE color: 15377005.

HSL color Cylindrical-coordinate representation of color #6DA2EA: hue angle of 214.56º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6DA2EA is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 162 234 -
CMYK 0.53 0.31 0 0.08
HSL 214.56º 0.75% 0.67% -
HSV(B) 214.56º 0.53% 0.92% -
XYZ 34.08 35.03 82.81 -
YUV 154.36 172.94 95.65 -
System Red Green Blue C M Y K H S L
Decimal 109 162 234 0.53 0.31 0 0.08 214.56 0.75 0.67
Hex 6D A2 EA 35 1F 0 8 D7 4B 43
Octal 155 242 352 65 37 0 10 327 113 103
Binary 1101101 10100010 11101010 110101 11111 0 1000 11010111 1001011 1000011

Color Harmonies of #6DA2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA2EA

Black with #6DA2EA

Text Example


Text Example

White with #6DA2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6DA2EA; }

 p { color: rgb(109,162,234); }

 H1.HeaderClassName
 {
   color: #6DA2EA;
 }
 .AnyTagClassName
 {
   color: #6DA2EA;
 }
</style>

background-color css

<style>
 a { background-color: #6DA2EA; }

 a { background-color: rgb(109,162,234); }

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

border-color css

<style>
 span { border-color: #6DA2EA; }

 span { border-color: rgb(109,162,234); }

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