Html Css Color HEX #6F70CD Moody Blue

📋 copy color: '#6F70CD'

red 111 ◦ green 112 ◦ blue 205

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

Shades of Moody Blue #6F70CD

Tints of Moody Blue #6F70CD

RGB

 RED value IS 111 (43.75% from 255) = 25.93%

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

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

R = 25.93%
G = 26.17%
B = 47.9%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6F70CD (or 0x6F70CD) is known color: Moody Blue. HEX triplet: 6F, 70 and CD. RGB value is (111,112,205). Sum of RGB (Red+Green+Blue) = 111+112+205=428 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.93% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F70CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F70CD is #908F32. Grayscale: #797979. Windows color (decimal): -9473843 or 13463663. OLE color: 13463663.

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

Color convert

RGB 111 112 205 -
CMYK 0.46 0.45 0 0.20
HSL 239.36º 0.48% 0.62% -
HSV(B) 239.36º 0.46% 0.8% -
XYZ 23.37 19.38 60.27 -
YUV 122.3 174.67 119.94 -
System Red Green Blue C M Y K H S L
Decimal 111 112 205 0.46 0.45 0 0.20 239.36 0.48 0.62
Hex 6F 70 CD 2E 2D 0 14 EF 30 3E
Octal 157 160 315 56 55 0 24 357 60 76
Binary 1101111 1110000 11001101 101110 101101 0 10100 11101111 110000 111110

Color Harmonies of #6F70CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F70CD

Black with #6F70CD

Text Example


Text Example

White with #6F70CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,112,205); }

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

background-color css

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

 a { background-color: rgb(111,112,205); }

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

border-color css

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

 span { border-color: rgb(111,112,205); }

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