Html Css Color HEX #6BA8EB Jordy Blue

📋 copy color: '#6BA8EB'

red 107 ◦ green 168 ◦ blue 235

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

Shades of Jordy Blue #6BA8EB

Tints of Jordy Blue #6BA8EB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.94%

 BLUE value IS 235 (92.19% from 255) = 46.08%

R = 20.98%
G = 32.94%
B = 46.08%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6BA8EB (or 0x6BA8EB) is known color: Jordy Blue. HEX triplet: 6B, A8 and EB. RGB value is (107,168,235). Sum of RGB (Red+Green+Blue) = 107+168+235=510 (67% of max value = 765). Red value is 107 (42.19% from 255 or 20.98% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #6BA8EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA8EB is #945714. Grayscale: #9D9D9D. Windows color (decimal): -9721621 or 15444075. OLE color: 15444075.

HSL color Cylindrical-coordinate representation of color #6BA8EB: hue angle of 211.41º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BA8EB is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 168 235 -
CMYK 0.54 0.29 0 0.08
HSL 211.41º 0.76% 0.67% -
HSV(B) 211.41º 0.54% 0.92% -
XYZ 35.06 37.13 83.92 -
YUV 157.4 171.79 92.05 -
System Red Green Blue C M Y K H S L
Decimal 107 168 235 0.54 0.29 0 0.08 211.41 0.76 0.67
Hex 6B A8 EB 36 1D 0 8 D3 4C 43
Octal 153 250 353 66 35 0 10 323 114 103
Binary 1101011 10101000 11101011 110110 11101 0 1000 11010011 1001100 1000011

Color Harmonies of #6BA8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA8EB

Black with #6BA8EB

Text Example


Text Example

White with #6BA8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,168,235); }

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

background-color css

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

 a { background-color: rgb(107,168,235); }

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

border-color css

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

 span { border-color: rgb(107,168,235); }

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