Html Css Color HEX #6777CB Chetwode Blue

📋 copy color: '#6777CB'

red 103 ◦ green 119 ◦ blue 203

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

Shades of Chetwode Blue #6777CB

Tints of Chetwode Blue #6777CB

RGB

 RED value IS 103 (40.63% from 255) = 24.24%

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

 BLUE value IS 203 (79.69% from 255) = 47.76%

R = 24.24%
G = 28%
B = 47.76%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6777CB (or 0x6777CB) is known color: Chetwode Blue. HEX triplet: 67, 77 and CB. RGB value is (103,119,203). Sum of RGB (Red+Green+Blue) = 103+119+203=425 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.24% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #6777CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6777CB is #988834. Grayscale: #7B7B7B. Windows color (decimal): -9996341 or 13334375. OLE color: 13334375.

HSL color Cylindrical-coordinate representation of color #6777CB: hue angle of 230.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6777CB is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 119 203 -
CMYK 0.49 0.41 0 0.20
HSL 230.4º 0.49% 0.6% -
HSV(B) 230.4º 0.49% 0.8% -
XYZ 22.97 20.39 59.22 -
YUV 123.79 172.7 113.17 -
System Red Green Blue C M Y K H S L
Decimal 103 119 203 0.49 0.41 0 0.20 230.4 0.49 0.6
Hex 67 77 CB 31 29 0 14 E6 31 3C
Octal 147 167 313 61 51 0 24 346 61 74
Binary 1100111 1110111 11001011 110001 101001 0 10100 11100110 110001 111100

Color Harmonies of #6777CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6777CB

Black with #6777CB

Text Example


Text Example

White with #6777CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6777CB; }

 p { color: rgb(103,119,203); }

 H1.HeaderClassName
 {
   color: #6777CB;
 }
 .AnyTagClassName
 {
   color: #6777CB;
 }
</style>

background-color css

<style>
 a { background-color: #6777CB; }

 a { background-color: rgb(103,119,203); }

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

border-color css

<style>
 span { border-color: #6777CB; }

 span { border-color: rgb(103,119,203); }

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