Html Css Color HEX #69A5CB Picton Blue

📋 copy color: '#69A5CB'

red 105 ◦ green 165 ◦ blue 203

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

Shades of Picton Blue #69A5CB

Tints of Picton Blue #69A5CB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.88%

 BLUE value IS 203 (79.69% from 255) = 42.92%

R = 22.2%
G = 34.88%
B = 42.92%

CMYK

 C value IS 0.48

 M value IS 0.19

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#69A5CB (or 0x69A5CB) is known color: Picton Blue. HEX triplet: 69, A5 and CB. RGB value is (105,165,203). Sum of RGB (Red+Green+Blue) = 105+165+203=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #69A5CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A5CB is #965A34. Grayscale: #979797. Windows color (decimal): -9853493 or 13346153. OLE color: 13346153.

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

Color convert

RGB 105 165 203 -
CMYK 0.48 0.19 0 0.20
HSL 203.27º 0.49% 0.6% -
HSV(B) 203.27º 0.48% 0.8% -
XYZ 30.06 34.23 61.52 -
YUV 151.39 157.12 94.91 -
System Red Green Blue C M Y K H S L
Decimal 105 165 203 0.48 0.19 0 0.20 203.27 0.49 0.6
Hex 69 A5 CB 30 13 0 14 CB 31 3C
Octal 151 245 313 60 23 0 24 313 61 74
Binary 1101001 10100101 11001011 110000 10011 0 10100 11001011 110001 111100

Color Harmonies of #69A5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A5CB

Black with #69A5CB

Text Example


Text Example

White with #69A5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,165,203); }

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

background-color css

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

 a { background-color: rgb(105,165,203); }

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

border-color css

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

 span { border-color: rgb(105,165,203); }

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