Html Css Color HEX #6770B0 Chetwode Blue

📋 copy color: '#6770B0'

red 103 ◦ green 112 ◦ blue 176

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

Shades of Chetwode Blue #6770B0

Tints of Chetwode Blue #6770B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.01%

R = 26.34%
G = 28.64%
B = 45.01%

CMYK

 C value IS 0.41

 M value IS 0.36

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6770B0 (or 0x6770B0) is known color: Chetwode Blue. HEX triplet: 67, 70 and B0. RGB value is (103,112,176). Sum of RGB (Red+Green+Blue) = 103+112+176=391 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.34% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 176 (69.14% from 255 or 45.01% from 391); Max value from RGB is 176 - color contains mainly: blue. Hex color #6770B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6770B0 is #988F4F. Grayscale: #747474. Windows color (decimal): -9998160 or 11563111. OLE color: 11563111.

HSL color Cylindrical-coordinate representation of color #6770B0: hue angle of 232.6º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6770B0 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 103 112 176 -
CMYK 0.41 0.36 0 0.31
HSL 232.6º 0.32% 0.55% -
HSV(B) 232.6º 0.41% 0.69% -
XYZ 19.22 17.61 43.46 -
YUV 116.61 161.52 118.3 -
System Red Green Blue C M Y K H S L
Decimal 103 112 176 0.41 0.36 0 0.31 232.6 0.32 0.55
Hex 67 70 B0 29 24 0 1F E9 20 37
Octal 147 160 260 51 44 0 37 351 40 67
Binary 1100111 1110000 10110000 101001 100100 0 11111 11101001 100000 110111

Color Harmonies of #6770B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6770B0

Black with #6770B0

Text Example


Text Example

White with #6770B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6770B0; }

 p { color: rgb(103,112,176); }

 H1.HeaderClassName
 {
   color: #6770B0;
 }
 .AnyTagClassName
 {
   color: #6770B0;
 }
</style>

background-color css

<style>
 a { background-color: #6770B0; }

 a { background-color: rgb(103,112,176); }

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

border-color css

<style>
 span { border-color: #6770B0; }

 span { border-color: rgb(103,112,176); }

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