Html Css Color HEX #699CCE Picton Blue

📋 copy color: '#699CCE'

red 105 ◦ green 156 ◦ blue 206

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

Shades of Picton Blue #699CCE

Tints of Picton Blue #699CCE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.4%

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

R = 22.48%
G = 33.4%
B = 44.11%

CMYK

 C value IS 0.49

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#699CCE (or 0x699CCE) is known color: Picton Blue. HEX triplet: 69, 9C and CE. RGB value is (105,156,206). Sum of RGB (Red+Green+Blue) = 105+156+206=467 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.48% from 467); Green value is 156 (61.33% from 255 or 33.40% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #699CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699CCE is #966331. Grayscale: #929292. Windows color (decimal): -9855794 or 13540457. OLE color: 13540457.

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

Color convert

RGB 105 156 206 -
CMYK 0.49 0.24 0 0.19
HSL 209.7º 0.51% 0.61% -
HSV(B) 209.7º 0.49% 0.81% -
XYZ 28.85 31.24 62.9 -
YUV 146.45 161.6 98.43 -
System Red Green Blue C M Y K H S L
Decimal 105 156 206 0.49 0.24 0 0.19 209.7 0.51 0.61
Hex 69 9C CE 31 18 0 13 D2 33 3D
Octal 151 234 316 61 30 0 23 322 63 75
Binary 1101001 10011100 11001110 110001 11000 0 10011 11010010 110011 111101

Color Harmonies of #699CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699CCE

Black with #699CCE

Text Example


Text Example

White with #699CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699CCE; }

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

 H1.HeaderClassName
 {
   color: #699CCE;
 }
 .AnyTagClassName
 {
   color: #699CCE;
 }
</style>

background-color css

<style>
 a { background-color: #699CCE; }

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

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

border-color css

<style>
 span { border-color: #699CCE; }

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

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