Html Css Color HEX #6D7DDF Cornflower Blue

📋 copy color: '#6D7DDF'

red 109 ◦ green 125 ◦ blue 223

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

Shades of Cornflower Blue #6D7DDF

Tints of Cornflower Blue #6D7DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.8%

R = 23.85%
G = 27.35%
B = 48.8%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6D7DDF (or 0x6D7DDF) is known color: Cornflower Blue. HEX triplet: 6D, 7D and DF. RGB value is (109,125,223). Sum of RGB (Red+Green+Blue) = 109+125+223=457 (60% of max value = 765). Red value is 109 (42.97% from 255 or 23.85% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #6D7DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7DDF is #928220. Grayscale: #828282. Windows color (decimal): -9601569 or 14646637. OLE color: 14646637.

HSL color Cylindrical-coordinate representation of color #6D7DDF: hue angle of 231.58º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D7DDF is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 109 125 223 -
CMYK 0.51 0.44 0 0.13
HSL 231.58º 0.64% 0.65% -
HSV(B) 231.58º 0.51% 0.87% -
XYZ 26.96 23.25 72.88 -
YUV 131.39 179.7 112.03 -
System Red Green Blue C M Y K H S L
Decimal 109 125 223 0.51 0.44 0 0.13 231.58 0.64 0.65
Hex 6D 7D DF 33 2C 0 D E8 40 41
Octal 155 175 337 63 54 0 15 350 100 101
Binary 1101101 1111101 11011111 110011 101100 0 1101 11101000 1000000 1000001

Color Harmonies of #6D7DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7DDF

Black with #6D7DDF

Text Example


Text Example

White with #6D7DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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