Html Css Color HEX #667BC0 Chetwode Blue

📋 copy color: '#667BC0'

red 102 ◦ green 123 ◦ blue 192

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

Shades of Chetwode Blue #667BC0

Tints of Chetwode Blue #667BC0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.5%

 BLUE value IS 192 (75.39% from 255) = 46.04%

R = 24.46%
G = 29.5%
B = 46.04%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#667BC0 (or 0x667BC0) is known color: Chetwode Blue. HEX triplet: 66, 7B and C0. RGB value is (102,123,192). Sum of RGB (Red+Green+Blue) = 102+123+192=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 192 - color contains mainly: blue. Hex color #667BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #667BC0 is #99843F. Grayscale: #7C7C7C. Windows color (decimal): -10060864 or 12614502. OLE color: 12614502.

HSL color Cylindrical-coordinate representation of color #667BC0: hue angle of 226º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #667BC0 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 123 192 -
CMYK 0.47 0.36 0 0.25
HSL 226º 0.42% 0.58% -
HSV(B) 226º 0.47% 0.75% -
XYZ 22.08 20.8 52.72 -
YUV 124.59 166.04 111.89 -
System Red Green Blue C M Y K H S L
Decimal 102 123 192 0.47 0.36 0 0.25 226 0.42 0.58
Hex 66 7B C0 2F 24 0 19 E2 2A 3A
Octal 146 173 300 57 44 0 31 342 52 72
Binary 1100110 1111011 11000000 101111 100100 0 11001 11100010 101010 111010

Color Harmonies of #667BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667BC0

Black with #667BC0

Text Example


Text Example

White with #667BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,123,192); }

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

background-color css

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

 a { background-color: rgb(102,123,192); }

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

border-color css

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

 span { border-color: rgb(102,123,192); }

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