Html Css Color HEX #006B8F Cerulean

📋 copy color: '#006B8F'

red 0 ◦ green 107 ◦ blue 143

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

Shades of Cerulean #006B8F

Tints of Cerulean #006B8F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 107 (42.19% from 255) = 42.8%

 BLUE value IS 143 (56.25% from 255) = 57.2%

R = 0%
G = 42.8%
B = 57.2%

CMYK

 C value IS 1

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#006B8F (or 0x006B8F) is known color: Cerulean. HEX triplet: 00, 6B and 8F. RGB value is (0,107,143). Sum of RGB (Red+Green+Blue) = 0+107+143=250 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 250); Green value is 107 (42.19% from 255 or 42.8% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #006B8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006B8F is #FF9470. Grayscale: #4E4E4E. Windows color (decimal): -16749681 or 9399040. OLE color: 9399040.

HSL color Cylindrical-coordinate representation of color #006B8F: hue angle of 195.1º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006B8F is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 0 107 143 -
CMYK 1 0.25 0 0.44
HSL 195.1º 1% 0.28% -
HSV(B) 195.1º 1% 0.56% -
XYZ 10.22 12.5 27.86 -
YUV 79.11 164.05 71.57 -
System Red Green Blue C M Y K H S L
Decimal 0 107 143 1 0.25 0 0.44 195.1 1 0.28
Hex 0 6B 8F 64 19 0 2C C3 64 1C
Octal 0 153 217 144 31 0 54 303 144 34
Binary 0 1101011 10001111 1100100 11001 0 101100 11000011 1100100 11100

Color Harmonies of #006B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006B8F

Black with #006B8F

Text Example


Text Example

White with #006B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006B8F; }

 p { color: rgb(0,107,143); }

 H1.HeaderClassName
 {
   color: #006B8F;
 }
 .AnyTagClassName
 {
   color: #006B8F;
 }
</style>

background-color css

<style>
 a { background-color: #006B8F; }

 a { background-color: rgb(0,107,143); }

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

border-color css

<style>
 span { border-color: #006B8F; }

 span { border-color: rgb(0,107,143); }

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