Html Css Color HEX #6676CB Chetwode Blue

📋 copy color: '#6676CB'

red 102 ◦ green 118 ◦ blue 203

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

Shades of Chetwode Blue #6676CB

Tints of Chetwode Blue #6676CB

RGB

 RED value IS 102 (40.23% from 255) = 24.11%

 GREEN value IS 118 (46.48% from 255) = 27.9%

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

R = 24.11%
G = 27.9%
B = 47.99%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6676CB (or 0x6676CB) is known color: Chetwode Blue. HEX triplet: 66, 76 and CB. RGB value is (102,118,203). Sum of RGB (Red+Green+Blue) = 102+118+203=423 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24.11% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #6676CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6676CB is #998934. Grayscale: #7A7A7A. Windows color (decimal): -10062133 or 13334118. OLE color: 13334118.

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

Color convert

RGB 102 118 203 -
CMYK 0.50 0.42 0 0.20
HSL 230.5º 0.49% 0.6% -
HSV(B) 230.5º 0.5% 0.8% -
XYZ 22.74 20.09 59.18 -
YUV 122.91 173.2 113.09 -
System Red Green Blue C M Y K H S L
Decimal 102 118 203 0.50 0.42 0 0.20 230.5 0.49 0.6
Hex 66 76 CB 32 2A 0 14 E6 31 3C
Octal 146 166 313 62 52 0 24 346 61 74
Binary 1100110 1110110 11001011 110010 101010 0 10100 11100110 110001 111100

Color Harmonies of #6676CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6676CB

Black with #6676CB

Text Example


Text Example

White with #6676CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,118,203); }

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

background-color css

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

 a { background-color: rgb(102,118,203); }

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

border-color css

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

 span { border-color: rgb(102,118,203); }

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