Html Css Color HEX #6BA19F Cadet Blue

📋 copy color: '#6BA19F'

red 107 ◦ green 161 ◦ blue 159

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

Shades of Cadet Blue #6BA19F

Tints of Cadet Blue #6BA19F

RGB

 RED value IS 107 (42.19% from 255) = 25.06%

 GREEN value IS 161 (63.28% from 255) = 37.7%

 BLUE value IS 159 (62.5% from 255) = 37.24%

R = 25.06%
G = 37.7%
B = 37.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#6BA19F (or 0x6BA19F) is known color: Cadet Blue. HEX triplet: 6B, A1 and 9F. RGB value is (107,161,159). Sum of RGB (Red+Green+Blue) = 107+161+159=427 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.06% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA19F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA19F is #945E60. Grayscale: #909090. Windows color (decimal): -9723489 or 10461547. OLE color: 10461547.

HSL color Cylindrical-coordinate representation of color #6BA19F: hue angle of 177.78º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6BA19F is Cyan = 0.34, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 107 161 159 -
CMYK 0.34 0 0.01 0.37
HSL 177.78º 0.22% 0.53% -
HSV(B) 177.78º 0.34% 0.63% -
XYZ 25.07 31.12 37.49 -
YUV 144.63 136.11 101.16 -
System Red Green Blue C M Y K H S L
Decimal 107 161 159 0.34 0 0.01 0.37 177.78 0.22 0.53
Hex 6B A1 9F 22 0 1 25 B2 16 35
Octal 153 241 237 42 0 1 45 262 26 65
Binary 1101011 10100001 10011111 100010 0 1 100101 10110010 10110 110101

Color Harmonies of #6BA19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA19F

Black with #6BA19F

Text Example


Text Example

White with #6BA19F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6BA19F; }

 p { color: rgb(107,161,159); }

 H1.HeaderClassName
 {
   color: #6BA19F;
 }
 .AnyTagClassName
 {
   color: #6BA19F;
 }
</style>

background-color css

<style>
 a { background-color: #6BA19F; }

 a { background-color: rgb(107,161,159); }

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

border-color css

<style>
 span { border-color: #6BA19F; }

 span { border-color: rgb(107,161,159); }

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