Html Css Color HEX #6669BC Chetwode Blue

📋 copy color: '#6669BC'

red 102 ◦ green 105 ◦ blue 188

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

Shades of Chetwode Blue #6669BC

Tints of Chetwode Blue #6669BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.59%

R = 25.82%
G = 26.58%
B = 47.59%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6669BC (or 0x6669BC) is known color: Chetwode Blue. HEX triplet: 66, 69 and BC. RGB value is (102,105,188). Sum of RGB (Red+Green+Blue) = 102+105+188=395 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.82% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #6669BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6669BC is #999643. Grayscale: #717171. Windows color (decimal): -10065476 or 12347750. OLE color: 12347750.

HSL color Cylindrical-coordinate representation of color #6669BC: hue angle of 237.91º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6669BC is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 102 105 188 -
CMYK 0.46 0.44 0 0.26
HSL 237.91º 0.39% 0.57% -
HSV(B) 237.91º 0.46% 0.74% -
XYZ 19.61 16.56 49.74 -
YUV 113.57 170.01 119.75 -
System Red Green Blue C M Y K H S L
Decimal 102 105 188 0.46 0.44 0 0.26 237.91 0.39 0.57
Hex 66 69 BC 2E 2C 0 1A EE 27 39
Octal 146 151 274 56 54 0 32 356 47 71
Binary 1100110 1101001 10111100 101110 101100 0 11010 11101110 100111 111001

Color Harmonies of #6669BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6669BC

Black with #6669BC

Text Example


Text Example

White with #6669BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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