Html Css Color HEX #699DCB Picton Blue

📋 copy color: '#699DCB'

red 105 ◦ green 157 ◦ blue 203

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

Shades of Picton Blue #699DCB

Tints of Picton Blue #699DCB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.76%

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

R = 22.58%
G = 33.76%
B = 43.66%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#699DCB (or 0x699DCB) is known color: Picton Blue. HEX triplet: 69, 9D and CB. RGB value is (105,157,203). Sum of RGB (Red+Green+Blue) = 105+157+203=465 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.58% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #699DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #699DCB is #966234. Grayscale: #929292. Windows color (decimal): -9855541 or 13344105. OLE color: 13344105.

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

Color convert

RGB 105 157 203 -
CMYK 0.48 0.23 0 0.20
HSL 208.16º 0.49% 0.6% -
HSV(B) 208.16º 0.48% 0.8% -
XYZ 28.66 31.43 61.06 -
YUV 146.7 159.77 98.26 -
System Red Green Blue C M Y K H S L
Decimal 105 157 203 0.48 0.23 0 0.20 208.16 0.49 0.6
Hex 69 9D CB 30 17 0 14 D0 31 3C
Octal 151 235 313 60 27 0 24 320 61 74
Binary 1101001 10011101 11001011 110000 10111 0 10100 11010000 110001 111100

Color Harmonies of #699DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699DCB

Black with #699DCB

Text Example


Text Example

White with #699DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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