Html Css Color HEX #07698C Allports

📋 copy color: '#07698C'

red 7 ◦ green 105 ◦ blue 140

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

Shades of Allports #07698C

Tints of Allports #07698C

RGB

 RED value IS 7 (3.13% from 255) = 2.78%

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

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

R = 2.78%
G = 41.67%
B = 55.56%

CMYK

 C value IS 0.95

 M value IS 0.25

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#07698C (or 0x07698C) is known color: Allports. HEX triplet: 07, 69 and 8C. RGB value is (7,105,140). Sum of RGB (Red+Green+Blue) = 7+105+140=252 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.78% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 140 (55.08% from 255 or 55.56% from 252); Max value from RGB is 140 - color contains mainly: blue. Hex color #07698C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07698C is #F89673. Grayscale: #4F4F4F. Windows color (decimal): -16291444 or 9201927. OLE color: 9201927.

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

Color convert

RGB 7 105 140 -
CMYK 0.95 0.25 0 0.45
HSL 195.79º 0.9% 0.29% -
HSV(B) 195.79º 0.95% 0.55% -
XYZ 9.87 12.04 26.61 -
YUV 79.69 162.03 76.15 -
System Red Green Blue C M Y K H S L
Decimal 7 105 140 0.95 0.25 0 0.45 195.79 0.9 0.29
Hex 7 69 8C 5F 19 0 2D C4 5A 1D
Octal 7 151 214 137 31 0 55 304 132 35
Binary 111 1101001 10001100 1011111 11001 0 101101 11000100 1011010 11101

Color Harmonies of #07698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07698C

Black with #07698C

Text Example


Text Example

White with #07698C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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