Html Css Color HEX #6770B6 Chetwode Blue

📋 copy color: '#6770B6'

red 103 ◦ green 112 ◦ blue 182

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

Shades of Chetwode Blue #6770B6

Tints of Chetwode Blue #6770B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 45.84%

R = 25.94%
G = 28.21%
B = 45.84%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6770B6 (or 0x6770B6) is known color: Chetwode Blue. HEX triplet: 67, 70 and B6. RGB value is (103,112,182). Sum of RGB (Red+Green+Blue) = 103+112+182=397 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.94% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 182 (71.48% from 255 or 45.84% from 397); Max value from RGB is 182 - color contains mainly: blue. Hex color #6770B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6770B6 is #988F49. Grayscale: #747474. Windows color (decimal): -9998154 or 11956327. OLE color: 11956327.

HSL color Cylindrical-coordinate representation of color #6770B6: hue angle of 233.16º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6770B6 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 103 112 182 -
CMYK 0.43 0.38 0 0.29
HSL 233.16º 0.35% 0.56% -
HSV(B) 233.16º 0.43% 0.71% -
XYZ 19.83 17.85 46.66 -
YUV 117.29 164.52 117.81 -
System Red Green Blue C M Y K H S L
Decimal 103 112 182 0.43 0.38 0 0.29 233.16 0.35 0.56
Hex 67 70 B6 2B 26 0 1D E9 23 38
Octal 147 160 266 53 46 0 35 351 43 70
Binary 1100111 1110000 10110110 101011 100110 0 11101 11101001 100011 111000

Color Harmonies of #6770B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6770B6

Black with #6770B6

Text Example


Text Example

White with #6770B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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