Html Css Color HEX #6D7DEE Cornflower Blue

📋 copy color: '#6D7DEE'

red 109 ◦ green 125 ◦ blue 238

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

Shades of Cornflower Blue #6D7DEE

Tints of Cornflower Blue #6D7DEE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.48%

 BLUE value IS 238 (93.36% from 255) = 50.42%

R = 23.09%
G = 26.48%
B = 50.42%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6D7DEE (or 0x6D7DEE) is known color: Cornflower Blue. HEX triplet: 6D, 7D and EE. RGB value is (109,125,238). Sum of RGB (Red+Green+Blue) = 109+125+238=472 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.09% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #6D7DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D7DEE is #928211. Grayscale: #848484. Windows color (decimal): -9601554 or 15629677. OLE color: 15629677.

HSL color Cylindrical-coordinate representation of color #6D7DEE: hue angle of 232.56º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6D7DEE is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 109 125 238 -
CMYK 0.54 0.47 0 0.07
HSL 232.56º 0.79% 0.68% -
HSV(B) 232.56º 0.54% 0.93% -
XYZ 29.07 24.09 84.01 -
YUV 133.1 187.2 110.81 -
System Red Green Blue C M Y K H S L
Decimal 109 125 238 0.54 0.47 0 0.07 232.56 0.79 0.68
Hex 6D 7D EE 36 2F 0 7 E9 4F 44
Octal 155 175 356 66 57 0 7 351 117 104
Binary 1101101 1111101 11101110 110110 101111 0 111 11101001 1001111 1000100

Color Harmonies of #6D7DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7DEE

Black with #6D7DEE

Text Example


Text Example

White with #6D7DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,125,238); }

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

background-color css

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

 a { background-color: rgb(109,125,238); }

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

border-color css

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

 span { border-color: rgb(109,125,238); }

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