Html Css Color HEX #6674CF Chetwode Blue

📋 copy color: '#6674CF'

red 102 ◦ green 116 ◦ blue 207

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

Shades of Chetwode Blue #6674CF

Tints of Chetwode Blue #6674CF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.29%

 BLUE value IS 207 (81.25% from 255) = 48.71%

R = 24%
G = 27.29%
B = 48.71%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6674CF (or 0x6674CF) is known color: Chetwode Blue. HEX triplet: 66, 74 and CF. RGB value is (102,116,207). Sum of RGB (Red+Green+Blue) = 102+116+207=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 116 (45.70% from 255 or 27.29% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #6674CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6674CF is #998B30. Grayscale: #797979. Windows color (decimal): -10062641 or 13595750. OLE color: 13595750.

HSL color Cylindrical-coordinate representation of color #6674CF: hue angle of 232º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6674CF is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 116 207 -
CMYK 0.51 0.44 0 0.19
HSL 232º 0.52% 0.61% -
HSV(B) 232º 0.51% 0.81% -
XYZ 22.99 19.82 61.65 -
YUV 122.19 175.86 113.6 -
System Red Green Blue C M Y K H S L
Decimal 102 116 207 0.51 0.44 0 0.19 232 0.52 0.61
Hex 66 74 CF 33 2C 0 13 E8 34 3D
Octal 146 164 317 63 54 0 23 350 64 75
Binary 1100110 1110100 11001111 110011 101100 0 10011 11101000 110100 111101

Color Harmonies of #6674CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6674CF

Black with #6674CF

Text Example


Text Example

White with #6674CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6674CF;
 }
 .AnyTagClassName
 {
   color: #6674CF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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