Html Css Color HEX #667DBB Chetwode Blue

📋 copy color: '#667DBB'

red 102 ◦ green 125 ◦ blue 187

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

Shades of Chetwode Blue #667DBB

Tints of Chetwode Blue #667DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.17%

R = 24.64%
G = 30.19%
B = 45.17%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#667DBB (or 0x667DBB) is known color: Chetwode Blue. HEX triplet: 66, 7D and BB. RGB value is (102,125,187). Sum of RGB (Red+Green+Blue) = 102+125+187=414 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.64% from 414); Green value is 125 (49.22% from 255 or 30.19% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #667DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667DBB is #998244. Grayscale: #7C7C7C. Windows color (decimal): -10060357 or 12287334. OLE color: 12287334.

HSL color Cylindrical-coordinate representation of color #667DBB: hue angle of 223.76º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #667DBB is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 125 187 -
CMYK 0.45 0.33 0 0.27
HSL 223.76º 0.38% 0.57% -
HSV(B) 223.76º 0.45% 0.73% -
XYZ 21.78 21.08 49.93 -
YUV 125.19 162.88 111.46 -
System Red Green Blue C M Y K H S L
Decimal 102 125 187 0.45 0.33 0 0.27 223.76 0.38 0.57
Hex 66 7D BB 2D 21 0 1B E0 26 39
Octal 146 175 273 55 41 0 33 340 46 71
Binary 1100110 1111101 10111011 101101 100001 0 11011 11100000 100110 111001

Color Harmonies of #667DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667DBB

Black with #667DBB

Text Example


Text Example

White with #667DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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