Html Css Color HEX #6DA2EF Cornflower Blue

📋 copy color: '#6DA2EF'

red 109 ◦ green 162 ◦ blue 239

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

Shades of Cornflower Blue #6DA2EF

Tints of Cornflower Blue #6DA2EF

RGB

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

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

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

R = 21.37%
G = 31.76%
B = 46.86%

CMYK

 C value IS 0.54

 M value IS 0.32

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6DA2EF (or 0x6DA2EF) is known color: Cornflower Blue. HEX triplet: 6D, A2 and EF. RGB value is (109,162,239). Sum of RGB (Red+Green+Blue) = 109+162+239=510 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.37% from 510); Green value is 162 (63.67% from 255 or 31.76% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #6DA2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DA2EF is #925D10. Grayscale: #9A9A9A. Windows color (decimal): -9592081 or 15704685. OLE color: 15704685.

HSL color Cylindrical-coordinate representation of color #6DA2EF: hue angle of 215.54º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DA2EF is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 109 162 239 -
CMYK 0.54 0.32 0 0.06
HSL 215.54º 0.8% 0.68% -
HSV(B) 215.54º 0.54% 0.94% -
XYZ 34.81 35.32 86.65 -
YUV 154.93 175.44 95.24 -
System Red Green Blue C M Y K H S L
Decimal 109 162 239 0.54 0.32 0 0.06 215.54 0.8 0.68
Hex 6D A2 EF 36 20 0 6 D8 50 44
Octal 155 242 357 66 40 0 6 330 120 104
Binary 1101101 10100010 11101111 110110 100000 0 110 11011000 1010000 1000100

Color Harmonies of #6DA2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA2EF

Black with #6DA2EF

Text Example


Text Example

White with #6DA2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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