Html Css Color HEX #09698C Allports

📋 copy color: '#09698C'

red 9 ◦ green 105 ◦ blue 140

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

Shades of Allports #09698C

Tints of Allports #09698C

RGB

 RED value IS 9 (3.91% from 255) = 3.54%

 GREEN value IS 105 (41.41% from 255) = 41.34%

 BLUE value IS 140 (55.08% from 255) = 55.12%

R = 3.54%
G = 41.34%
B = 55.12%

CMYK

 C value IS 0.94

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#09698C (or 0x09698C) is known color: Allports. HEX triplet: 09, 69 and 8C. RGB value is (9,105,140). Sum of RGB (Red+Green+Blue) = 9+105+140=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #09698C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09698C is #F69673. Grayscale: #505050. Windows color (decimal): -16160372 or 9201929. OLE color: 9201929.

HSL color Cylindrical-coordinate representation of color #09698C: hue angle of 196.03º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09698C is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 105 140 -
CMYK 0.94 0.25 0 0.45
HSL 196.03º 0.88% 0.29% -
HSV(B) 196.03º 0.94% 0.55% -
XYZ 9.9 12.05 26.62 -
YUV 80.29 161.7 77.15 -
System Red Green Blue C M Y K H S L
Decimal 9 105 140 0.94 0.25 0 0.45 196.03 0.88 0.29
Hex 9 69 8C 5E 19 0 2D C4 58 1D
Octal 11 151 214 136 31 0 55 304 130 35
Binary 1001 1101001 10001100 1011110 11001 0 101101 11000100 1011000 11101

Color Harmonies of #09698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09698C

Black with #09698C

Text Example


Text Example

White with #09698C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09698C; }

 p { color: rgb(9,105,140); }

 H1.HeaderClassName
 {
   color: #09698C;
 }
 .AnyTagClassName
 {
   color: #09698C;
 }
</style>

background-color css

<style>
 a { background-color: #09698C; }

 a { background-color: rgb(9,105,140); }

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

border-color css

<style>
 span { border-color: #09698C; }

 span { border-color: rgb(9,105,140); }

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