Html Css Color HEX #6D70CA Chetwode Blue

📋 copy color: '#6D70CA'

red 109 ◦ green 112 ◦ blue 202

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

Shades of Chetwode Blue #6D70CA

Tints of Chetwode Blue #6D70CA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.48%

 BLUE value IS 202 (79.3% from 255) = 47.75%

R = 25.77%
G = 26.48%
B = 47.75%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6D70CA (or 0x6D70CA) is known color: Chetwode Blue. HEX triplet: 6D, 70 and CA. RGB value is (109,112,202). Sum of RGB (Red+Green+Blue) = 109+112+202=423 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.77% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D70CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D70CA is #928F35. Grayscale: #797979. Windows color (decimal): -9604918 or 13267053. OLE color: 13267053.

HSL color Cylindrical-coordinate representation of color #6D70CA: hue angle of 238.06º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D70CA is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 109 112 202 -
CMYK 0.46 0.45 0 0.21
HSL 238.06º 0.47% 0.61% -
HSV(B) 238.06º 0.46% 0.79% -
XYZ 22.76 19.1 58.36 -
YUV 121.36 173.51 119.18 -
System Red Green Blue C M Y K H S L
Decimal 109 112 202 0.46 0.45 0 0.21 238.06 0.47 0.61
Hex 6D 70 CA 2E 2D 0 15 EE 2F 3D
Octal 155 160 312 56 55 0 25 356 57 75
Binary 1101101 1110000 11001010 101110 101101 0 10101 11101110 101111 111101

Color Harmonies of #6D70CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D70CA

Black with #6D70CA

Text Example


Text Example

White with #6D70CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,112,202); }

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

background-color css

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

 a { background-color: rgb(109,112,202); }

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

border-color css

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

 span { border-color: rgb(109,112,202); }

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