Html Css Color HEX #6F72CC Moody Blue

📋 copy color: '#6F72CC'

red 111 ◦ green 114 ◦ blue 204

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

Shades of Moody Blue #6F72CC

Tints of Moody Blue #6F72CC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.57%

 BLUE value IS 204 (80.08% from 255) = 47.55%

R = 25.87%
G = 26.57%
B = 47.55%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6F72CC (or 0x6F72CC) is known color: Moody Blue. HEX triplet: 6F, 72 and CC. RGB value is (111,114,204). Sum of RGB (Red+Green+Blue) = 111+114+204=429 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.87% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F72CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F72CC is #908D33. Grayscale: #7A7A7A. Windows color (decimal): -9473332 or 13398639. OLE color: 13398639.

HSL color Cylindrical-coordinate representation of color #6F72CC: hue angle of 238.06º 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 #6F72CC is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 111 114 204 -
CMYK 0.46 0.44 0 0.2
HSL 238.06º 0.48% 0.62% -
HSV(B) 238.06º 0.46% 0.8% -
XYZ 23.47 19.77 59.71 -
YUV 123.36 173.51 119.18 -
System Red Green Blue C M Y K H S L
Decimal 111 114 204 0.46 0.44 0 0.2 238.06 0.48 0.62
Hex 6F 72 CC 2E 2C 0 14 EE 30 3E
Octal 157 162 314 56 54 0 24 356 60 76
Binary 1101111 1110010 11001100 101110 101100 0 10100 11101110 110000 111110

Color Harmonies of #6F72CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F72CC

Black with #6F72CC

Text Example


Text Example

White with #6F72CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,114,204); }

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

background-color css

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

 a { background-color: rgb(111,114,204); }

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

border-color css

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

 span { border-color: rgb(111,114,204); }

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