Html Css Color HEX #6597CC Picton Blue

📋 copy color: '#6597CC'

red 101 ◦ green 151 ◦ blue 204

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

Shades of Picton Blue #6597CC

Tints of Picton Blue #6597CC

RGB

 RED value IS 101 (39.84% from 255) = 22.15%

 GREEN value IS 151 (59.38% from 255) = 33.11%

 BLUE value IS 204 (80.08% from 255) = 44.74%

R = 22.15%
G = 33.11%
B = 44.74%

CMYK

 C value IS 0.50

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6597CC (or 0x6597CC) is known color: Picton Blue. HEX triplet: 65, 97 and CC. RGB value is (101,151,204). Sum of RGB (Red+Green+Blue) = 101+151+204=456 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.15% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #6597CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6597CC is #9A6833. Grayscale: #8D8D8D. Windows color (decimal): -10119220 or 13408101. OLE color: 13408101.

HSL color Cylindrical-coordinate representation of color #6597CC: hue angle of 210.87º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6597CC is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 151 204 -
CMYK 0.50 0.26 0 0.2
HSL 210.87º 0.5% 0.6% -
HSV(B) 210.87º 0.5% 0.8% -
XYZ 27.33 29.26 61.33 -
YUV 142.09 162.94 98.69 -
System Red Green Blue C M Y K H S L
Decimal 101 151 204 0.50 0.26 0 0.2 210.87 0.5 0.6
Hex 65 97 CC 32 1A 0 14 D3 32 3C
Octal 145 227 314 62 32 0 24 323 62 74
Binary 1100101 10010111 11001100 110010 11010 0 10100 11010011 110010 111100

Color Harmonies of #6597CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6597CC

Black with #6597CC

Text Example


Text Example

White with #6597CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6597CC; }

 p { color: rgb(101,151,204); }

 H1.HeaderClassName
 {
   color: #6597CC;
 }
 .AnyTagClassName
 {
   color: #6597CC;
 }
</style>

background-color css

<style>
 a { background-color: #6597CC; }

 a { background-color: rgb(101,151,204); }

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

border-color css

<style>
 span { border-color: #6597CC; }

 span { border-color: rgb(101,151,204); }

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