Html Css Color HEX #6B83BE Wild Blue Yonder

📋 copy color: '#6B83BE'

red 107 ◦ green 131 ◦ blue 190

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

Shades of Wild Blue Yonder #6B83BE

Tints of Wild Blue Yonder #6B83BE

RGB

 RED value IS 107 (42.19% from 255) = 25%

 GREEN value IS 131 (51.56% from 255) = 30.61%

 BLUE value IS 190 (74.61% from 255) = 44.39%

R = 25%
G = 30.61%
B = 44.39%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B83BE (or 0x6B83BE) is known color: Wild Blue Yonder. HEX triplet: 6B, 83 and BE. RGB value is (107,131,190). Sum of RGB (Red+Green+Blue) = 107+131+190=428 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B83BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B83BE is #947C41. Grayscale: #828282. Windows color (decimal): -9731138 or 12485483. OLE color: 12485483.

HSL color Cylindrical-coordinate representation of color #6B83BE: hue angle of 222.65º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B83BE is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 131 190 -
CMYK 0.44 0.31 0 0.25
HSL 222.65º 0.39% 0.58% -
HSV(B) 222.65º 0.44% 0.75% -
XYZ 23.47 23.08 51.93 -
YUV 130.55 161.55 111.2 -
System Red Green Blue C M Y K H S L
Decimal 107 131 190 0.44 0.31 0 0.25 222.65 0.39 0.58
Hex 6B 83 BE 2C 1F 0 19 DF 27 3A
Octal 153 203 276 54 37 0 31 337 47 72
Binary 1101011 10000011 10111110 101100 11111 0 11001 11011111 100111 111010

Color Harmonies of #6B83BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B83BE

Black with #6B83BE

Text Example


Text Example

White with #6B83BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B83BE; }

 p { color: rgb(107,131,190); }

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

background-color css

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

 a { background-color: rgb(107,131,190); }

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

border-color css

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

 span { border-color: rgb(107,131,190); }

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