Html Css Color HEX #6F82CA Wild Blue Yonder

📋 copy color: '#6F82CA'

red 111 ◦ green 130 ◦ blue 202

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

Shades of Wild Blue Yonder #6F82CA

Tints of Wild Blue Yonder #6F82CA

RGB

 RED value IS 111 (43.75% from 255) = 25.06%

 GREEN value IS 130 (51.17% from 255) = 29.35%

 BLUE value IS 202 (79.3% from 255) = 45.6%

R = 25.06%
G = 29.35%
B = 45.6%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6F82CA (or 0x6F82CA) is known color: Wild Blue Yonder. HEX triplet: 6F, 82 and CA. RGB value is (111,130,202). Sum of RGB (Red+Green+Blue) = 111+130+202=443 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.06% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F82CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F82CA is #907D35. Grayscale: #848484. Windows color (decimal): -9469238 or 13271663. OLE color: 13271663.

HSL color Cylindrical-coordinate representation of color #6F82CA: hue angle of 227.47º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F82CA is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 111 130 202 -
CMYK 0.45 0.36 0 0.21
HSL 227.47º 0.46% 0.61% -
HSV(B) 227.47º 0.45% 0.79% -
XYZ 25.2 23.61 59.11 -
YUV 132.53 167.21 112.65 -
System Red Green Blue C M Y K H S L
Decimal 111 130 202 0.45 0.36 0 0.21 227.47 0.46 0.61
Hex 6F 82 CA 2D 24 0 15 E3 2E 3D
Octal 157 202 312 55 44 0 25 343 56 75
Binary 1101111 10000010 11001010 101101 100100 0 10101 11100011 101110 111101

Color Harmonies of #6F82CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F82CA

Black with #6F82CA

Text Example


Text Example

White with #6F82CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,130,202); }

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

background-color css

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

 a { background-color: rgb(111,130,202); }

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

border-color css

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

 span { border-color: rgb(111,130,202); }

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