Html Css Color HEX #667DB1 Chetwode Blue

📋 copy color: '#667DB1'

red 102 ◦ green 125 ◦ blue 177

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

Shades of Chetwode Blue #667DB1

Tints of Chetwode Blue #667DB1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.94%

 BLUE value IS 177 (69.53% from 255) = 43.81%

R = 25.25%
G = 30.94%
B = 43.81%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#667DB1 (or 0x667DB1) is known color: Chetwode Blue. HEX triplet: 66, 7D and B1. RGB value is (102,125,177). Sum of RGB (Red+Green+Blue) = 102+125+177=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 177 (69.53% from 255 or 43.81% from 404); Max value from RGB is 177 - color contains mainly: blue. Hex color #667DB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667DB1 is #99824E. Grayscale: #7B7B7B. Windows color (decimal): -10060367 or 11631974. OLE color: 11631974.

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

Color convert

RGB 102 125 177 -
CMYK 0.42 0.29 0 0.31
HSL 221.6º 0.32% 0.55% -
HSV(B) 221.6º 0.42% 0.69% -
XYZ 20.75 20.67 44.49 -
YUV 124.05 157.88 112.27 -
System Red Green Blue C M Y K H S L
Decimal 102 125 177 0.42 0.29 0 0.31 221.6 0.32 0.55
Hex 66 7D B1 2A 1D 0 1F DE 20 37
Octal 146 175 261 52 35 0 37 336 40 67
Binary 1100110 1111101 10110001 101010 11101 0 11111 11011110 100000 110111

Color Harmonies of #667DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667DB1

Black with #667DB1

Text Example


Text Example

White with #667DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667DB1; }

 p { color: rgb(102,125,177); }

 H1.HeaderClassName
 {
   color: #667DB1;
 }
 .AnyTagClassName
 {
   color: #667DB1;
 }
</style>

background-color css

<style>
 a { background-color: #667DB1; }

 a { background-color: rgb(102,125,177); }

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

border-color css

<style>
 span { border-color: #667DB1; }

 span { border-color: rgb(102,125,177); }

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