Html Css Color HEX #6B84D2 Wild Blue Yonder

📋 copy color: '#6B84D2'

red 107 ◦ green 132 ◦ blue 210

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

Shades of Wild Blue Yonder #6B84D2

Tints of Wild Blue Yonder #6B84D2

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.4%

 BLUE value IS 210 (82.42% from 255) = 46.77%

R = 23.83%
G = 29.4%
B = 46.77%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6B84D2 (or 0x6B84D2) is known color: Wild Blue Yonder. HEX triplet: 6B, 84 and D2. RGB value is (107,132,210). Sum of RGB (Red+Green+Blue) = 107+132+210=449 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.83% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 210 (82.42% from 255 or 46.77% from 449); Max value from RGB is 210 - color contains mainly: blue. Hex color #6B84D2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B84D2 is #947B2D. Grayscale: #858585. Windows color (decimal): -9730862 or 13796459. OLE color: 13796459.

HSL color Cylindrical-coordinate representation of color #6B84D2: hue angle of 225.44º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B84D2 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 107 132 210 -
CMYK 0.49 0.37 0 0.18
HSL 225.44º 0.53% 0.62% -
HSV(B) 225.44º 0.49% 0.82% -
XYZ 25.95 24.28 64.29 -
YUV 133.42 171.22 109.16 -
System Red Green Blue C M Y K H S L
Decimal 107 132 210 0.49 0.37 0 0.18 225.44 0.53 0.62
Hex 6B 84 D2 31 25 0 12 E1 35 3E
Octal 153 204 322 61 45 0 22 341 65 76
Binary 1101011 10000100 11010010 110001 100101 0 10010 11100001 110101 111110

Color Harmonies of #6B84D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B84D2

Black with #6B84D2

Text Example


Text Example

White with #6B84D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,132,210); }

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

background-color css

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

 a { background-color: rgb(107,132,210); }

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

border-color css

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

 span { border-color: rgb(107,132,210); }

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