Html Css Color HEX #67999C Cadet Blue

📋 copy color: '#67999C'

red 103 ◦ green 153 ◦ blue 156

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

Shades of Cadet Blue #67999C

Tints of Cadet Blue #67999C

RGB

 RED value IS 103 (40.63% from 255) = 25%

 GREEN value IS 153 (60.16% from 255) = 37.14%

 BLUE value IS 156 (61.33% from 255) = 37.86%

R = 25%
G = 37.14%
B = 37.86%

CMYK

 C value IS 0.34

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#67999C (or 0x67999C) is known color: Cadet Blue. HEX triplet: 67, 99 and 9C. RGB value is (103,153,156). Sum of RGB (Red+Green+Blue) = 103+153+156=412 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 156 - color contains mainly: blue. Hex color #67999C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67999C is #986663. Grayscale: #8A8A8A. Windows color (decimal): -9987684 or 10262887. OLE color: 10262887.

HSL color Cylindrical-coordinate representation of color #67999C: hue angle of 183.4º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #67999C is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 103 153 156 -
CMYK 0.34 0.02 0 0.39
HSL 183.4º 0.21% 0.51% -
HSV(B) 183.4º 0.34% 0.61% -
XYZ 22.99 28.07 35.66 -
YUV 138.39 137.94 102.76 -
System Red Green Blue C M Y K H S L
Decimal 103 153 156 0.34 0.02 0 0.39 183.4 0.21 0.51
Hex 67 99 9C 22 2 0 27 B7 15 33
Octal 147 231 234 42 2 0 47 267 25 63
Binary 1100111 10011001 10011100 100010 10 0 100111 10110111 10101 110011

Color Harmonies of #67999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67999C

Black with #67999C

Text Example


Text Example

White with #67999C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,153,156); }

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

background-color css

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

 a { background-color: rgb(103,153,156); }

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

border-color css

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

 span { border-color: rgb(103,153,156); }

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