Html Css Color HEX #667DBA Chetwode Blue

📋 copy color: '#667DBA'

red 102 ◦ green 125 ◦ blue 186

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

Shades of Chetwode Blue #667DBA

Tints of Chetwode Blue #667DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.04%

R = 24.7%
G = 30.27%
B = 45.04%

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

#667DBA (or 0x667DBA) is known color: Chetwode Blue. HEX triplet: 66, 7D and BA. RGB value is (102,125,186). Sum of RGB (Red+Green+Blue) = 102+125+186=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 125 (49.22% from 255 or 30.27% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #667DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667DBA is #998245. Grayscale: #7C7C7C. Windows color (decimal): -10060358 or 12221798. OLE color: 12221798.

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

Color convert

RGB 102 125 186 -
CMYK 0.45 0.33 0 0.27
HSL 223.57º 0.38% 0.56% -
HSV(B) 223.57º 0.45% 0.73% -
XYZ 21.68 21.04 49.37 -
YUV 125.08 162.38 111.54 -
System Red Green Blue C M Y K H S L
Decimal 102 125 186 0.45 0.33 0 0.27 223.57 0.38 0.56
Hex 66 7D BA 2D 21 0 1B E0 26 38
Octal 146 175 272 55 41 0 33 340 46 70
Binary 1100110 1111101 10111010 101101 100001 0 11011 11100000 100110 111000

Color Harmonies of #667DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667DBA

Black with #667DBA

Text Example


Text Example

White with #667DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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