#6674D4

Color #6674D4 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #6674D4

Tints of Chetwode Blue #6674D4

Color information

#6674D4 (or 0x6674D4) is unknown color: approx Chetwode Blue. HEX triplet: 66, 74 and D4. RGB value is (102,116,212). Sum of RGB (Red+Green+Blue) = 102+116+212=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 212 (83.20% from 255 or 49.30% from 430); Max value from RGB is 212 - color contains mainly: blue. Hex color #6674D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6674D4 is #998B2B. Grayscale: #7A7A7A. Windows color (decimal): -10062636 or 13923430. OLE color: 13923430.

HSL color Cylindrical-coordinate representation of color #6674D4: hue angle of 232.36º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6674D4 is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB102116212-
CMYK0.520.4500.17
HSL232.36º56.12%61.57%-
HSV(B)232.36º51.89%83.14%-
XYZ23.6120.0764.92-
YUV122.76178.36113.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.72%
GREEN value IS 116 (45.70% from 255) = 26.98%
BLUE value IS 212 (83.20% from 255) = 49.30%
R=23.72%
G=26.98%
B=49.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1021162120.520.4500.17232.3656.1261.57
Hex6674D4342D011e8383e
Octal14616432464550213507076
Binary110011011101001101010011010010110101000111101000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6674D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6674D4; }

 p { color: rgb(102,116,212); }

 H1.HeaderClassName
 {
   color: #6674D4;
 }
 .AnyTagClassName
 {
   color: #6674D4;
 }
</style>
background-color css

<style>
 a { background-color: #6674D4; }

 a { background-color: rgb(102,116,212); }

 div.DivClassName
 {
   background-color: #6674D4;
 }
 .BgClassName
 {
   background-color: #6674D4;
 }
</style>
border-color css

<style>
 span { border-color: #6674D4; }

 span { border-color: rgb(102,116,212); }

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