Html Css Color HEX #6F77CD Chetwode Blue

📋 copy color: '#6F77CD'

red 111 ◦ green 119 ◦ blue 205

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

Shades of Chetwode Blue #6F77CD

Tints of Chetwode Blue #6F77CD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.36%

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

R = 25.52%
G = 27.36%
B = 47.13%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6F77CD (or 0x6F77CD) is known color: Chetwode Blue. HEX triplet: 6F, 77 and CD. RGB value is (111,119,205). Sum of RGB (Red+Green+Blue) = 111+119+205=435 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.52% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F77CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F77CD is #908832. Grayscale: #7E7E7E. Windows color (decimal): -9472051 or 13465455. OLE color: 13465455.

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

Color convert

RGB 111 119 205 -
CMYK 0.46 0.42 0 0.20
HSL 234.89º 0.48% 0.62% -
HSV(B) 234.89º 0.46% 0.8% -
XYZ 24.17 20.98 60.53 -
YUV 126.41 172.35 117.01 -
System Red Green Blue C M Y K H S L
Decimal 111 119 205 0.46 0.42 0 0.20 234.89 0.48 0.62
Hex 6F 77 CD 2E 2A 0 14 EB 30 3E
Octal 157 167 315 56 52 0 24 353 60 76
Binary 1101111 1110111 11001101 101110 101010 0 10100 11101011 110000 111110

Color Harmonies of #6F77CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F77CD

Black with #6F77CD

Text Example


Text Example

White with #6F77CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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