Html Css Color HEX #667DBE Chetwode Blue

📋 copy color: '#667DBE'

red 102 ◦ green 125 ◦ blue 190

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

Shades of Chetwode Blue #667DBE

Tints of Chetwode Blue #667DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 45.56%

R = 24.46%
G = 29.98%
B = 45.56%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#667DBE (or 0x667DBE) is known color: Chetwode Blue. HEX triplet: 66, 7D and BE. RGB value is (102,125,190). Sum of RGB (Red+Green+Blue) = 102+125+190=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #667DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667DBE is #998241. Grayscale: #7D7D7D. Windows color (decimal): -10060354 or 12483942. OLE color: 12483942.

HSL color Cylindrical-coordinate representation of color #667DBE: hue angle of 224.32º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #667DBE is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 125 190 -
CMYK 0.46 0.34 0 0.25
HSL 224.32º 0.4% 0.57% -
HSV(B) 224.32º 0.46% 0.75% -
XYZ 22.11 21.21 51.64 -
YUV 125.53 164.38 111.21 -
System Red Green Blue C M Y K H S L
Decimal 102 125 190 0.46 0.34 0 0.25 224.32 0.4 0.57
Hex 66 7D BE 2E 22 0 19 E0 28 39
Octal 146 175 276 56 42 0 31 340 50 71
Binary 1100110 1111101 10111110 101110 100010 0 11001 11100000 101000 111001

Color Harmonies of #667DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667DBE

Black with #667DBE

Text Example


Text Example

White with #667DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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