Html Css Color HEX #62BECC Viking

📋 copy color: '#62BECC'

red 98 ◦ green 190 ◦ blue 204

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

Shades of Viking #62BECC

Tints of Viking #62BECC

RGB

 RED value IS 98 (38.67% from 255) = 19.92%

 GREEN value IS 190 (74.61% from 255) = 38.62%

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 19.92%
G = 38.62%
B = 41.46%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#62BECC (or 0x62BECC) is known color: Viking. HEX triplet: 62, BE and CC. RGB value is (98,190,204). Sum of RGB (Red+Green+Blue) = 98+190+204=492 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.92% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #62BECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #62BECC is #9D4133. Grayscale: #A3A3A3. Windows color (decimal): -10305844 or 13418082. OLE color: 13418082.

HSL color Cylindrical-coordinate representation of color #62BECC: hue angle of 187.92º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62BECC is Cyan = 0.52, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 98 190 204 -
CMYK 0.52 0.07 0 0.2
HSL 187.92º 0.51% 0.59% -
HSV(B) 187.92º 0.52% 0.8% -
XYZ 34.35 43.78 63.77 -
YUV 164.09 150.52 80.86 -
System Red Green Blue C M Y K H S L
Decimal 98 190 204 0.52 0.07 0 0.2 187.92 0.51 0.59
Hex 62 BE CC 34 7 0 14 BC 33 3B
Octal 142 276 314 64 7 0 24 274 63 73
Binary 1100010 10111110 11001100 110100 111 0 10100 10111100 110011 111011

Color Harmonies of #62BECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62BECC

Black with #62BECC

Text Example


Text Example

White with #62BECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62BECC; }

 p { color: rgb(98,190,204); }

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

background-color css

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

 a { background-color: rgb(98,190,204); }

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

border-color css

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

 span { border-color: rgb(98,190,204); }

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