Html Css Color HEX #69A5CE Picton Blue

📋 copy color: '#69A5CE'

red 105 ◦ green 165 ◦ blue 206

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

Shades of Picton Blue #69A5CE

Tints of Picton Blue #69A5CE

RGB

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

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

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

R = 22.06%
G = 34.66%
B = 43.28%

CMYK

 C value IS 0.49

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#69A5CE (or 0x69A5CE) is known color: Picton Blue. HEX triplet: 69, A5 and CE. RGB value is (105,165,206). Sum of RGB (Red+Green+Blue) = 105+165+206=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #69A5CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #69A5CE is #965A31. Grayscale: #979797. Windows color (decimal): -9853490 or 13542761. OLE color: 13542761.

HSL color Cylindrical-coordinate representation of color #69A5CE: hue angle of 204.36º 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 #69A5CE is Cyan = 0.49, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 165 206 -
CMYK 0.49 0.20 0 0.19
HSL 204.36º 0.51% 0.61% -
HSV(B) 204.36º 0.49% 0.81% -
XYZ 30.42 34.37 63.42 -
YUV 151.73 158.62 94.67 -
System Red Green Blue C M Y K H S L
Decimal 105 165 206 0.49 0.20 0 0.19 204.36 0.51 0.61
Hex 69 A5 CE 31 14 0 13 CC 33 3D
Octal 151 245 316 61 24 0 23 314 63 75
Binary 1101001 10100101 11001110 110001 10100 0 10011 11001100 110011 111101

Color Harmonies of #69A5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A5CE

Black with #69A5CE

Text Example


Text Example

White with #69A5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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