Html Css Color HEX #6669C3 Chetwode Blue

📋 copy color: '#6669C3'

red 102 ◦ green 105 ◦ blue 195

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

Shades of Chetwode Blue #6669C3

Tints of Chetwode Blue #6669C3

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.12%

 BLUE value IS 195 (76.56% from 255) = 48.51%

R = 25.37%
G = 26.12%
B = 48.51%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6669C3 (or 0x6669C3) is known color: Chetwode Blue. HEX triplet: 66, 69 and C3. RGB value is (102,105,195). Sum of RGB (Red+Green+Blue) = 102+105+195=402 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.37% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 195 (76.56% from 255 or 48.51% from 402); Max value from RGB is 195 - color contains mainly: blue. Hex color #6669C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6669C3 is #99963C. Grayscale: #727272. Windows color (decimal): -10065469 or 12806502. OLE color: 12806502.

HSL color Cylindrical-coordinate representation of color #6669C3: hue angle of 238.06º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6669C3 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 105 195 -
CMYK 0.48 0.46 0 0.24
HSL 238.06º 0.44% 0.58% -
HSV(B) 238.06º 0.48% 0.76% -
XYZ 20.38 16.87 53.81 -
YUV 114.36 173.51 119.18 -
System Red Green Blue C M Y K H S L
Decimal 102 105 195 0.48 0.46 0 0.24 238.06 0.44 0.58
Hex 66 69 C3 30 2E 0 18 EE 2C 3A
Octal 146 151 303 60 56 0 30 356 54 72
Binary 1100110 1101001 11000011 110000 101110 0 11000 11101110 101100 111010

Color Harmonies of #6669C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6669C3

Black with #6669C3

Text Example


Text Example

White with #6669C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6669C3; }

 p { color: rgb(102,105,195); }

 H1.HeaderClassName
 {
   color: #6669C3;
 }
 .AnyTagClassName
 {
   color: #6669C3;
 }
</style>

background-color css

<style>
 a { background-color: #6669C3; }

 a { background-color: rgb(102,105,195); }

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

border-color css

<style>
 span { border-color: #6669C3; }

 span { border-color: rgb(102,105,195); }

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