Html Css Color HEX #6599CC Picton Blue

📋 copy color: '#6599CC'

red 101 ◦ green 153 ◦ blue 204

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

Shades of Picton Blue #6599CC

Tints of Picton Blue #6599CC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.41%

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

R = 22.05%
G = 33.41%
B = 44.54%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6599CC (or 0x6599CC) is known color: Picton Blue. HEX triplet: 65, 99 and CC. RGB value is (101,153,204). Sum of RGB (Red+Green+Blue) = 101+153+204=458 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.05% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #6599CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6599CC is #9A6633. Grayscale: #8F8F8F. Windows color (decimal): -10118708 or 13408613. OLE color: 13408613.

HSL color Cylindrical-coordinate representation of color #6599CC: hue angle of 209.71º 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 #6599CC is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 153 204 -
CMYK 0.50 0.25 0 0.2
HSL 209.71º 0.5% 0.6% -
HSV(B) 209.71º 0.5% 0.8% -
XYZ 27.66 29.91 61.44 -
YUV 143.27 162.27 97.85 -
System Red Green Blue C M Y K H S L
Decimal 101 153 204 0.50 0.25 0 0.2 209.71 0.5 0.6
Hex 65 99 CC 32 19 0 14 D2 32 3C
Octal 145 231 314 62 31 0 24 322 62 74
Binary 1100101 10011001 11001100 110010 11001 0 10100 11010010 110010 111100

Color Harmonies of #6599CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6599CC

Black with #6599CC

Text Example


Text Example

White with #6599CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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