Html Css Color HEX #062098 International Klein Blue

📋 copy color: '#062098'

red 6 ◦ green 32 ◦ blue 152

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

Shades of International Klein Blue #062098

Tints of International Klein Blue #062098

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.84%

 BLUE value IS 152 (59.77% from 255) = 80%

R = 3.16%
G = 16.84%
B = 80%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#062098 (or 0x062098) is known color: International Klein Blue. HEX triplet: 06, 20 and 98. RGB value is (6,32,152). Sum of RGB (Red+Green+Blue) = 6+32+152=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 152 (59.77% from 255 or 80% from 190); Max value from RGB is 152 - color contains mainly: blue. Hex color #062098 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062098 is #F9DF67. Grayscale: #252525. Windows color (decimal): -16375656 or 9969670. OLE color: 9969670.

HSL color Cylindrical-coordinate representation of color #062098: hue angle of 229.32º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #062098 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 6 32 152 -
CMYK 0.96 0.79 0 0.40
HSL 229.32º 0.92% 0.31% -
HSV(B) 229.32º 0.96% 0.6% -
XYZ 6.26 3.34 30.02 -
YUV 37.91 192.39 105.24 -
System Red Green Blue C M Y K H S L
Decimal 6 32 152 0.96 0.79 0 0.40 229.32 0.92 0.31
Hex 6 20 98 60 4F 0 28 E5 5C 1F
Octal 6 40 230 140 117 0 50 345 134 37
Binary 110 100000 10011000 1100000 1001111 0 101000 11100101 1011100 11111

Color Harmonies of #062098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062098

Black with #062098

Text Example


Text Example

White with #062098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062098; }

 p { color: rgb(6,32,152); }

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

background-color css

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

 a { background-color: rgb(6,32,152); }

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

border-color css

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

 span { border-color: rgb(6,32,152); }

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