Html Css Color HEX #6D7EEF Cornflower Blue

📋 copy color: '#6D7EEF'

red 109 ◦ green 126 ◦ blue 239

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

Shades of Cornflower Blue #6D7EEF

Tints of Cornflower Blue #6D7EEF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.58%

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

R = 23%
G = 26.58%
B = 50.42%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6D7EEF (or 0x6D7EEF) is known color: Cornflower Blue. HEX triplet: 6D, 7E and EF. RGB value is (109,126,239). Sum of RGB (Red+Green+Blue) = 109+126+239=474 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.00% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #6D7EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D7EEF is #928110. Grayscale: #858585. Windows color (decimal): -9601297 or 15695469. OLE color: 15695469.

HSL color Cylindrical-coordinate representation of color #6D7EEF: hue angle of 232.15º 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 #6D7EEF is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 109 126 239 -
CMYK 0.54 0.47 0 0.06
HSL 232.15º 0.8% 0.68% -
HSV(B) 232.15º 0.54% 0.94% -
XYZ 29.35 24.4 84.83 -
YUV 133.8 187.37 110.31 -
System Red Green Blue C M Y K H S L
Decimal 109 126 239 0.54 0.47 0 0.06 232.15 0.8 0.68
Hex 6D 7E EF 36 2F 0 6 E8 50 44
Octal 155 176 357 66 57 0 6 350 120 104
Binary 1101101 1111110 11101111 110110 101111 0 110 11101000 1010000 1000100

Color Harmonies of #6D7EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7EEF

Black with #6D7EEF

Text Example


Text Example

White with #6D7EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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