Html Css Color HEX #699ECB Picton Blue

📋 copy color: '#699ECB'

red 105 ◦ green 158 ◦ blue 203

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

Shades of Picton Blue #699ECB

Tints of Picton Blue #699ECB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.91%

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

R = 22.53%
G = 33.91%
B = 43.56%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#699ECB (or 0x699ECB) is known color: Picton Blue. HEX triplet: 69, 9E and CB. RGB value is (105,158,203). Sum of RGB (Red+Green+Blue) = 105+158+203=466 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.53% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #699ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699ECB is #966134. Grayscale: #939393. Windows color (decimal): -9855285 or 13344361. OLE color: 13344361.

HSL color Cylindrical-coordinate representation of color #699ECB: hue angle of 207.55º 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 #699ECB is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 158 203 -
CMYK 0.48 0.22 0 0.20
HSL 207.55º 0.49% 0.6% -
HSV(B) 207.55º 0.48% 0.8% -
XYZ 28.83 31.77 61.11 -
YUV 147.28 159.44 97.84 -
System Red Green Blue C M Y K H S L
Decimal 105 158 203 0.48 0.22 0 0.20 207.55 0.49 0.6
Hex 69 9E CB 30 16 0 14 D0 31 3C
Octal 151 236 313 60 26 0 24 320 61 74
Binary 1101001 10011110 11001011 110000 10110 0 10100 11010000 110001 111100

Color Harmonies of #699ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699ECB

Black with #699ECB

Text Example


Text Example

White with #699ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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