Html Css Color HEX #69ABCD Picton Blue

📋 copy color: '#69ABCD'

red 105 ◦ green 171 ◦ blue 205

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

Shades of Picton Blue #69ABCD

Tints of Picton Blue #69ABCD

RGB

 RED value IS 105 (41.41% from 255) = 21.83%

 GREEN value IS 171 (67.19% from 255) = 35.55%

 BLUE value IS 205 (80.47% from 255) = 42.62%

R = 21.83%
G = 35.55%
B = 42.62%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#69ABCD (or 0x69ABCD) is known color: Picton Blue. HEX triplet: 69, AB and CD. RGB value is (105,171,205). Sum of RGB (Red+Green+Blue) = 105+171+205=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #69ABCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ABCD is #965432. Grayscale: #9A9A9A. Windows color (decimal): -9851955 or 13478761. OLE color: 13478761.

HSL color Cylindrical-coordinate representation of color #69ABCD: hue angle of 200.4º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69ABCD is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 171 205 -
CMYK 0.49 0.17 0 0.20
HSL 200.4º 0.5% 0.61% -
HSV(B) 200.4º 0.49% 0.8% -
XYZ 31.41 36.54 63.15 -
YUV 155.14 156.13 92.24 -
System Red Green Blue C M Y K H S L
Decimal 105 171 205 0.49 0.17 0 0.20 200.4 0.5 0.61
Hex 69 AB CD 31 11 0 14 C8 32 3D
Octal 151 253 315 61 21 0 24 310 62 75
Binary 1101001 10101011 11001101 110001 10001 0 10100 11001000 110010 111101

Color Harmonies of #69ABCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ABCD

Black with #69ABCD

Text Example


Text Example

White with #69ABCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69ABCD; }

 p { color: rgb(105,171,205); }

 H1.HeaderClassName
 {
   color: #69ABCD;
 }
 .AnyTagClassName
 {
   color: #69ABCD;
 }
</style>

background-color css

<style>
 a { background-color: #69ABCD; }

 a { background-color: rgb(105,171,205); }

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

border-color css

<style>
 span { border-color: #69ABCD; }

 span { border-color: rgb(105,171,205); }

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