Html Css Color HEX #6D74CD Chetwode Blue

📋 copy color: '#6D74CD'

red 109 ◦ green 116 ◦ blue 205

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

Shades of Chetwode Blue #6D74CD

Tints of Chetwode Blue #6D74CD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.98%

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

R = 25.35%
G = 26.98%
B = 47.67%

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

#6D74CD (or 0x6D74CD) is known color: Chetwode Blue. HEX triplet: 6D, 74 and CD. RGB value is (109,116,205). Sum of RGB (Red+Green+Blue) = 109+116+205=430 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.35% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D74CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D74CD is #928B32. Grayscale: #7B7B7B. Windows color (decimal): -9603891 or 13464685. OLE color: 13464685.

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

Color convert

RGB 109 116 205 -
CMYK 0.47 0.43 0 0.20
HSL 235.63º 0.49% 0.62% -
HSV(B) 235.63º 0.47% 0.8% -
XYZ 23.57 20.15 60.4 -
YUV 124.05 173.68 117.26 -
System Red Green Blue C M Y K H S L
Decimal 109 116 205 0.47 0.43 0 0.20 235.63 0.49 0.62
Hex 6D 74 CD 2F 2B 0 14 EC 31 3E
Octal 155 164 315 57 53 0 24 354 61 76
Binary 1101101 1110100 11001101 101111 101011 0 10100 11101100 110001 111110

Color Harmonies of #6D74CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D74CD

Black with #6D74CD

Text Example


Text Example

White with #6D74CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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