Html Css Color HEX #6670CB Chetwode Blue

📋 copy color: '#6670CB'

red 102 ◦ green 112 ◦ blue 203

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

Shades of Chetwode Blue #6670CB

Tints of Chetwode Blue #6670CB

RGB

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

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

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

R = 24.46%
G = 26.86%
B = 48.68%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6670CB (or 0x6670CB) is known color: Chetwode Blue. HEX triplet: 66, 70 and CB. RGB value is (102,112,203). Sum of RGB (Red+Green+Blue) = 102+112+203=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #6670CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6670CB is #998F34. Grayscale: #777777. Windows color (decimal): -10063669 or 13332582. OLE color: 13332582.

HSL color Cylindrical-coordinate representation of color #6670CB: hue angle of 234.06º 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 #6670CB is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 112 203 -
CMYK 0.50 0.45 0 0.20
HSL 234.06º 0.49% 0.6% -
HSV(B) 234.06º 0.5% 0.8% -
XYZ 22.05 18.72 58.95 -
YUV 119.38 175.19 115.6 -
System Red Green Blue C M Y K H S L
Decimal 102 112 203 0.50 0.45 0 0.20 234.06 0.49 0.6
Hex 66 70 CB 32 2D 0 14 EA 31 3C
Octal 146 160 313 62 55 0 24 352 61 74
Binary 1100110 1110000 11001011 110010 101101 0 10100 11101010 110001 111100

Color Harmonies of #6670CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6670CB

Black with #6670CB

Text Example


Text Example

White with #6670CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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