Html Css Color HEX #6BA8DA Jordy Blue

📋 copy color: '#6BA8DA'

red 107 ◦ green 168 ◦ blue 218

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

Shades of Jordy Blue #6BA8DA

Tints of Jordy Blue #6BA8DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.22%

R = 21.7%
G = 34.08%
B = 44.22%

CMYK

 C value IS 0.51

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6BA8DA (or 0x6BA8DA) is known color: Jordy Blue. HEX triplet: 6B, A8 and DA. RGB value is (107,168,218). Sum of RGB (Red+Green+Blue) = 107+168+218=493 (65% of max value = 765). Red value is 107 (42.19% from 255 or 21.70% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 218 (85.55% from 255 or 44.22% from 493); Max value from RGB is 218 - color contains mainly: blue. Hex color #6BA8DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BA8DA is #945725. Grayscale: #9B9B9B. Windows color (decimal): -9721638 or 14329963. OLE color: 14329963.

HSL color Cylindrical-coordinate representation of color #6BA8DA: hue angle of 207.03º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6BA8DA is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 107 168 218 -
CMYK 0.51 0.23 0 0.15
HSL 207.03º 0.6% 0.64% -
HSV(B) 207.03º 0.51% 0.85% -
XYZ 32.72 36.19 71.59 -
YUV 155.46 163.29 93.43 -
System Red Green Blue C M Y K H S L
Decimal 107 168 218 0.51 0.23 0 0.15 207.03 0.6 0.64
Hex 6B A8 DA 33 17 0 F CF 3C 40
Octal 153 250 332 63 27 0 17 317 74 100
Binary 1101011 10101000 11011010 110011 10111 0 1111 11001111 111100 1000000

Color Harmonies of #6BA8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA8DA

Black with #6BA8DA

Text Example


Text Example

White with #6BA8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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