Html Css Color HEX #61A8CE Picton Blue

📋 copy color: '#61A8CE'

red 97 ◦ green 168 ◦ blue 206

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

Shades of Picton Blue #61A8CE

Tints of Picton Blue #61A8CE

RGB

 RED value IS 97 (38.28% from 255) = 20.59%

 GREEN value IS 168 (66.02% from 255) = 35.67%

 BLUE value IS 206 (80.86% from 255) = 43.74%

R = 20.59%
G = 35.67%
B = 43.74%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#61A8CE (or 0x61A8CE) is known color: Picton Blue. HEX triplet: 61, A8 and CE. RGB value is (97,168,206). Sum of RGB (Red+Green+Blue) = 97+168+206=471 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.59% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #61A8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #61A8CE is #9E5731. Grayscale: #969696. Windows color (decimal): -10377010 or 13543521. OLE color: 13543521.

HSL color Cylindrical-coordinate representation of color #61A8CE: hue angle of 200.92º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61A8CE is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 168 206 -
CMYK 0.53 0.18 0 0.19
HSL 200.92º 0.53% 0.59% -
HSV(B) 200.92º 0.53% 0.81% -
XYZ 30.07 35 63.56 -
YUV 151.1 158.98 89.41 -
System Red Green Blue C M Y K H S L
Decimal 97 168 206 0.53 0.18 0 0.19 200.92 0.53 0.59
Hex 61 A8 CE 35 12 0 13 C9 35 3B
Octal 141 250 316 65 22 0 23 311 65 73
Binary 1100001 10101000 11001110 110101 10010 0 10011 11001001 110101 111011

Color Harmonies of #61A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61A8CE

Black with #61A8CE

Text Example


Text Example

White with #61A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61A8CE; }

 p { color: rgb(97,168,206); }

 H1.HeaderClassName
 {
   color: #61A8CE;
 }
 .AnyTagClassName
 {
   color: #61A8CE;
 }
</style>

background-color css

<style>
 a { background-color: #61A8CE; }

 a { background-color: rgb(97,168,206); }

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

border-color css

<style>
 span { border-color: #61A8CE; }

 span { border-color: rgb(97,168,206); }

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