Html Css Color HEX #6266AC Chetwode Blue

📋 copy color: '#6266AC'

red 98 ◦ green 102 ◦ blue 172

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

Shades of Chetwode Blue #6266AC

Tints of Chetwode Blue #6266AC

RGB

 RED value IS 98 (38.67% from 255) = 26.34%

 GREEN value IS 102 (40.23% from 255) = 27.42%

 BLUE value IS 172 (67.58% from 255) = 46.24%

R = 26.34%
G = 27.42%
B = 46.24%

CMYK

 C value IS 0.43

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6266AC (or 0x6266AC) is known color: Chetwode Blue. HEX triplet: 62, 66 and AC. RGB value is (98,102,172). Sum of RGB (Red+Green+Blue) = 98+102+172=372 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.34% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #6266AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6266AC is #9D9953. Grayscale: #6C6C6C. Windows color (decimal): -10328404 or 11298402. OLE color: 11298402.

HSL color Cylindrical-coordinate representation of color #6266AC: hue angle of 236.76º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6266AC is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 102 172 -
CMYK 0.43 0.41 0 0.33
HSL 236.76º 0.31% 0.53% -
HSV(B) 236.76º 0.43% 0.67% -
XYZ 17.23 15.08 41.03 -
YUV 108.78 163.67 120.31 -
System Red Green Blue C M Y K H S L
Decimal 98 102 172 0.43 0.41 0 0.33 236.76 0.31 0.53
Hex 62 66 AC 2B 29 0 21 ED 1F 35
Octal 142 146 254 53 51 0 41 355 37 65
Binary 1100010 1100110 10101100 101011 101001 0 100001 11101101 11111 110101

Color Harmonies of #6266AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6266AC

Black with #6266AC

Text Example


Text Example

White with #6266AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6266AC; }

 p { color: rgb(98,102,172); }

 H1.HeaderClassName
 {
   color: #6266AC;
 }
 .AnyTagClassName
 {
   color: #6266AC;
 }
</style>

background-color css

<style>
 a { background-color: #6266AC; }

 a { background-color: rgb(98,102,172); }

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

border-color css

<style>
 span { border-color: #6266AC; }

 span { border-color: rgb(98,102,172); }

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