Html Css Color HEX #69A8CE Picton Blue

📋 copy color: '#69A8CE'

red 105 ◦ green 168 ◦ blue 206

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

Shades of Picton Blue #69A8CE

Tints of Picton Blue #69A8CE

RGB

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

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

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

R = 21.92%
G = 35.07%
B = 43.01%

CMYK

 C value IS 0.49

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#69A8CE (or 0x69A8CE) is known color: Picton Blue. HEX triplet: 69, A8 and CE. RGB value is (105,168,206). Sum of RGB (Red+Green+Blue) = 105+168+206=479 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.92% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 206 (80.86% from 255 or 43.01% from 479); Max value from RGB is 206 - color contains mainly: blue. Hex color #69A8CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A8CE is #965731. Grayscale: #999999. Windows color (decimal): -9852722 or 13543529. OLE color: 13543529.

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

Color convert

RGB 105 168 206 -
CMYK 0.49 0.18 0 0.19
HSL 202.57º 0.51% 0.61% -
HSV(B) 202.57º 0.49% 0.81% -
XYZ 30.97 35.46 63.61 -
YUV 153.5 157.63 93.41 -
System Red Green Blue C M Y K H S L
Decimal 105 168 206 0.49 0.18 0 0.19 202.57 0.51 0.61
Hex 69 A8 CE 31 12 0 13 CB 33 3D
Octal 151 250 316 61 22 0 23 313 63 75
Binary 1101001 10101000 11001110 110001 10010 0 10011 11001011 110011 111101

Color Harmonies of #69A8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A8CE

Black with #69A8CE

Text Example


Text Example

White with #69A8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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