Html Css Color HEX #063842 Cyprus

📋 copy color: '#063842'

red 6 ◦ green 56 ◦ blue 66

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

Shades of Cyprus #063842

Tints of Cyprus #063842

RGB

 RED value IS 6 (2.73% from 255) = 4.69%

 GREEN value IS 56 (22.27% from 255) = 43.75%

 BLUE value IS 66 (26.17% from 255) = 51.56%

R = 4.69%
G = 43.75%
B = 51.56%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#063842 (or 0x063842) is known color: Cyprus. HEX triplet: 06, 38 and 42. RGB value is (6,56,66). Sum of RGB (Red+Green+Blue) = 6+56+66=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 66 (26.17% from 255 or 51.56% from 128); Max value from RGB is 66 - color contains mainly: blue. Hex color #063842 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063842 is #F9C7BD. Grayscale: #2A2A2A. Windows color (decimal): -16369598 or 4339718. OLE color: 4339718.

HSL color Cylindrical-coordinate representation of color #063842: hue angle of 190º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063842 is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 56 66 -
CMYK 0.91 0.15 0 0.74
HSL 190º 0.83% 0.14% -
HSV(B) 190º 0.91% 0.26% -
XYZ 2.47 3.26 5.65 -
YUV 42.19 141.44 102.19 -
System Red Green Blue C M Y K H S L
Decimal 6 56 66 0.91 0.15 0 0.74 190 0.83 0.14
Hex 6 38 42 5B F 0 4A BE 53 E
Octal 6 70 102 133 17 0 112 276 123 16
Binary 110 111000 1000010 1011011 1111 0 1001010 10111110 1010011 1110

Color Harmonies of #063842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063842

Black with #063842

Text Example


Text Example

White with #063842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063842; }

 p { color: rgb(6,56,66); }

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

background-color css

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

 a { background-color: rgb(6,56,66); }

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

border-color css

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

 span { border-color: rgb(6,56,66); }

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