Html Css Color HEX #6B77CD Chetwode Blue

📋 copy color: '#6B77CD'

red 107 ◦ green 119 ◦ blue 205

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

Shades of Chetwode Blue #6B77CD

Tints of Chetwode Blue #6B77CD

RGB

 RED value IS 107 (42.19% from 255) = 24.83%

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

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

R = 24.83%
G = 27.61%
B = 47.56%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6B77CD (or 0x6B77CD) is known color: Chetwode Blue. HEX triplet: 6B, 77 and CD. RGB value is (107,119,205). Sum of RGB (Red+Green+Blue) = 107+119+205=431 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.83% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 205 (80.47% from 255 or 47.56% from 431); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B77CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B77CD is #948832. Grayscale: #7C7C7C. Windows color (decimal): -9734195 or 13465451. OLE color: 13465451.

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

Color convert

RGB 107 119 205 -
CMYK 0.48 0.42 0 0.20
HSL 232.65º 0.49% 0.61% -
HSV(B) 232.65º 0.48% 0.8% -
XYZ 23.68 20.73 60.51 -
YUV 125.22 173.02 115.01 -
System Red Green Blue C M Y K H S L
Decimal 107 119 205 0.48 0.42 0 0.20 232.65 0.49 0.61
Hex 6B 77 CD 30 2A 0 14 E9 31 3D
Octal 153 167 315 60 52 0 24 351 61 75
Binary 1101011 1110111 11001101 110000 101010 0 10100 11101001 110001 111101

Color Harmonies of #6B77CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B77CD

Black with #6B77CD

Text Example


Text Example

White with #6B77CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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