Html Css Color HEX #6D75CD Chetwode Blue

📋 copy color: '#6D75CD'

red 109 ◦ green 117 ◦ blue 205

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

Shades of Chetwode Blue #6D75CD

Tints of Chetwode Blue #6D75CD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.15%

 BLUE value IS 205 (80.47% from 255) = 47.56%

R = 25.29%
G = 27.15%
B = 47.56%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6D75CD (or 0x6D75CD) is known color: Chetwode Blue. HEX triplet: 6D, 75 and CD. RGB value is (109,117,205). Sum of RGB (Red+Green+Blue) = 109+117+205=431 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.29% from 431); Green value is 117 (46.09% from 255 or 27.15% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D75CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D75CD is #928A32. Grayscale: #7C7C7C. Windows color (decimal): -9603635 or 13464941. OLE color: 13464941.

HSL color Cylindrical-coordinate representation of color #6D75CD: hue angle of 235º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D75CD is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 117 205 -
CMYK 0.47 0.43 0 0.20
HSL 235º 0.49% 0.62% -
HSV(B) 235º 0.47% 0.8% -
XYZ 23.69 20.38 60.44 -
YUV 124.64 173.35 116.84 -
System Red Green Blue C M Y K H S L
Decimal 109 117 205 0.47 0.43 0 0.20 235 0.49 0.62
Hex 6D 75 CD 2F 2B 0 14 EB 31 3E
Octal 155 165 315 57 53 0 24 353 61 76
Binary 1101101 1110101 11001101 101111 101011 0 10100 11101011 110001 111110

Color Harmonies of #6D75CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D75CD

Black with #6D75CD

Text Example


Text Example

White with #6D75CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,117,205); }

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

background-color css

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

 a { background-color: rgb(109,117,205); }

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

border-color css

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

 span { border-color: rgb(109,117,205); }

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