Html Css Color HEX #69ABCC Picton Blue

📋 copy color: '#69ABCC'

red 105 ◦ green 171 ◦ blue 204

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

Shades of Picton Blue #69ABCC

Tints of Picton Blue #69ABCC

RGB

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

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

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

R = 21.88%
G = 35.63%
B = 42.5%

CMYK

 C value IS 0.49

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#69ABCC (or 0x69ABCC) is known color: Picton Blue. HEX triplet: 69, AB and CC. RGB value is (105,171,204). Sum of RGB (Red+Green+Blue) = 105+171+204=480 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.88% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #69ABCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69ABCC is #965433. Grayscale: #9A9A9A. Windows color (decimal): -9851956 or 13413225. OLE color: 13413225.

HSL color Cylindrical-coordinate representation of color #69ABCC: hue angle of 200º degrees, saturation: 0.49, 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 #69ABCC is Cyan = 0.49, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 105 171 204 -
CMYK 0.49 0.16 0 0.2
HSL 200º 0.49% 0.61% -
HSV(B) 200º 0.49% 0.8% -
XYZ 31.29 36.49 62.52 -
YUV 155.03 155.63 92.32 -
System Red Green Blue C M Y K H S L
Decimal 105 171 204 0.49 0.16 0 0.2 200 0.49 0.61
Hex 69 AB CC 31 10 0 14 C8 31 3D
Octal 151 253 314 61 20 0 24 310 61 75
Binary 1101001 10101011 11001100 110001 10000 0 10100 11001000 110001 111101

Color Harmonies of #69ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69ABCC

Black with #69ABCC

Text Example


Text Example

White with #69ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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