Html Css Color HEX #659BCC Picton Blue

📋 copy color: '#659BCC'

red 101 ◦ green 155 ◦ blue 204

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

Shades of Picton Blue #659BCC

Tints of Picton Blue #659BCC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.7%

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

R = 21.96%
G = 33.7%
B = 44.35%

CMYK

 C value IS 0.50

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#659BCC (or 0x659BCC) is known color: Picton Blue. HEX triplet: 65, 9B and CC. RGB value is (101,155,204). Sum of RGB (Red+Green+Blue) = 101+155+204=460 (60% of max value = 765). Red value is 101 (39.84% from 255 or 21.96% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #659BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659BCC is #9A6433. Grayscale: #909090. Windows color (decimal): -10118196 or 13409125. OLE color: 13409125.

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

Color convert

RGB 101 155 204 -
CMYK 0.50 0.24 0 0.2
HSL 208.54º 0.5% 0.6% -
HSV(B) 208.54º 0.5% 0.8% -
XYZ 27.99 30.57 61.55 -
YUV 144.44 161.61 97.02 -
System Red Green Blue C M Y K H S L
Decimal 101 155 204 0.50 0.24 0 0.2 208.54 0.5 0.6
Hex 65 9B CC 32 18 0 14 D1 32 3C
Octal 145 233 314 62 30 0 24 321 62 74
Binary 1100101 10011011 11001100 110010 11000 0 10100 11010001 110010 111100

Color Harmonies of #659BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659BCC

Black with #659BCC

Text Example


Text Example

White with #659BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #659BCC; }

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

 H1.HeaderClassName
 {
   color: #659BCC;
 }
 .AnyTagClassName
 {
   color: #659BCC;
 }
</style>

background-color css

<style>
 a { background-color: #659BCC; }

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

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

border-color css

<style>
 span { border-color: #659BCC; }

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

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