Html Css Color HEX #569DC6 Picton Blue

📋 copy color: '#569DC6'

red 86 ◦ green 157 ◦ blue 198

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

Shades of Picton Blue #569DC6

Tints of Picton Blue #569DC6

RGB

 RED value IS 86 (33.98% from 255) = 19.5%

 GREEN value IS 157 (61.72% from 255) = 35.6%

 BLUE value IS 198 (77.73% from 255) = 44.9%

R = 19.5%
G = 35.6%
B = 44.9%

CMYK

 C value IS 0.57

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#569DC6 (or 0x569DC6) is known color: Picton Blue. HEX triplet: 56, 9D and C6. RGB value is (86,157,198). Sum of RGB (Red+Green+Blue) = 86+157+198=441 (58% of max value = 765). Red value is 86 (33.98% from 255 or 19.50% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 198 (77.73% from 255 or 44.90% from 441); Max value from RGB is 198 - color contains mainly: blue. Hex color #569DC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #569DC6 is #A96239. Grayscale: #8C8C8C. Windows color (decimal): -11100730 or 13016406. OLE color: 13016406.

HSL color Cylindrical-coordinate representation of color #569DC6: hue angle of 201.96º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #569DC6 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 86 157 198 -
CMYK 0.57 0.21 0 0.22
HSL 201.96º 0.5% 0.56% -
HSV(B) 201.96º 0.57% 0.78% -
XYZ 26.09 30.17 57.87 -
YUV 140.45 160.48 89.17 -
System Red Green Blue C M Y K H S L
Decimal 86 157 198 0.57 0.21 0 0.22 201.96 0.5 0.56
Hex 56 9D C6 39 15 0 16 CA 32 38
Octal 126 235 306 71 25 0 26 312 62 70
Binary 1010110 10011101 11000110 111001 10101 0 10110 11001010 110010 111000

Color Harmonies of #569DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #569DC6

Black with #569DC6

Text Example


Text Example

White with #569DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #569DC6; }

 p { color: rgb(86,157,198); }

 H1.HeaderClassName
 {
   color: #569DC6;
 }
 .AnyTagClassName
 {
   color: #569DC6;
 }
</style>

background-color css

<style>
 a { background-color: #569DC6; }

 a { background-color: rgb(86,157,198); }

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

border-color css

<style>
 span { border-color: #569DC6; }

 span { border-color: rgb(86,157,198); }

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