Html Css Color HEX #6D7DED Cornflower Blue

📋 copy color: '#6D7DED'

red 109 ◦ green 125 ◦ blue 237

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

Shades of Cornflower Blue #6D7DED

Tints of Cornflower Blue #6D7DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.32%

R = 23.14%
G = 26.54%
B = 50.32%

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

#6D7DED (or 0x6D7DED) is known color: Cornflower Blue. HEX triplet: 6D, 7D and ED. RGB value is (109,125,237). Sum of RGB (Red+Green+Blue) = 109+125+237=471 (62% of max value = 765). Red value is 109 (42.97% from 255 or 23.14% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 237 (92.97% from 255 or 50.32% from 471); Max value from RGB is 237 - color contains mainly: blue. Hex color #6D7DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6D7DED is #928212. Grayscale: #848484. Windows color (decimal): -9601555 or 15564141. OLE color: 15564141.

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

Color convert

RGB 109 125 237 -
CMYK 0.54 0.47 0 0.07
HSL 232.5º 0.78% 0.68% -
HSV(B) 232.5º 0.54% 0.93% -
XYZ 28.93 24.03 83.23 -
YUV 132.98 186.7 110.89 -
System Red Green Blue C M Y K H S L
Decimal 109 125 237 0.54 0.47 0 0.07 232.5 0.78 0.68
Hex 6D 7D ED 36 2F 0 7 E8 4E 44
Octal 155 175 355 66 57 0 7 350 116 104
Binary 1101101 1111101 11101101 110110 101111 0 111 11101000 1001110 1000100

Color Harmonies of #6D7DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7DED

Black with #6D7DED

Text Example


Text Example

White with #6D7DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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