Html Css Color HEX #659ACF Picton Blue

📋 copy color: '#659ACF'

red 101 ◦ green 154 ◦ blue 207

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

Shades of Picton Blue #659ACF

Tints of Picton Blue #659ACF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.33%

 BLUE value IS 207 (81.25% from 255) = 44.81%

R = 21.86%
G = 33.33%
B = 44.81%

CMYK

 C value IS 0.51

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#659ACF (or 0x659ACF) is known color: Picton Blue. HEX triplet: 65, 9A and CF. RGB value is (101,154,207). Sum of RGB (Red+Green+Blue) = 101+154+207=462 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.86% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #659ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #659ACF is #9A6530. Grayscale: #8F8F8F. Windows color (decimal): -10118449 or 13605477. OLE color: 13605477.

HSL color Cylindrical-coordinate representation of color #659ACF: hue angle of 210º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #659ACF is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 101 154 207 -
CMYK 0.51 0.26 0 0.19
HSL 210º 0.52% 0.6% -
HSV(B) 210º 0.51% 0.81% -
XYZ 28.18 30.38 63.41 -
YUV 144.2 163.44 97.19 -
System Red Green Blue C M Y K H S L
Decimal 101 154 207 0.51 0.26 0 0.19 210 0.52 0.6
Hex 65 9A CF 33 1A 0 13 D2 34 3C
Octal 145 232 317 63 32 0 23 322 64 74
Binary 1100101 10011010 11001111 110011 11010 0 10011 11010010 110100 111100

Color Harmonies of #659ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #659ACF

Black with #659ACF

Text Example


Text Example

White with #659ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,154,207); }

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

background-color css

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

 a { background-color: rgb(101,154,207); }

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

border-color css

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

 span { border-color: rgb(101,154,207); }

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